mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 11:26:55 +00:00
23 lines
446 B
JSON
23 lines
446 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"lib": [ "es5", "es6" ],
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"removeComments": false,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
}
|
|
},
|
|
"exclude": [
|
|
"dotenv.js",
|
|
"jest.config.js",
|
|
"node_modules"
|
|
]
|
|
} |