mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:37:37 +00:00
21 lines
405 B
JSON
21 lines
405 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": [ "es5", "es6" ],
|
||
|
"module": "commonjs",
|
||
|
"target": "es6",
|
||
|
"moduleResolution": "node",
|
||
|
"importHelpers": true,
|
||
|
"jsx": "react",
|
||
|
"esModuleInterop": true,
|
||
|
"sourceMap": true,
|
||
|
"baseUrl": "./",
|
||
|
"strict": true,
|
||
|
"declaration": true,
|
||
|
"paths": {
|
||
|
},
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|