mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:36:22 +00:00
25 lines
491 B
JSON
25 lines
491 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"jsx": "react",
|
|
"module": "commonjs",
|
|
"target": "ES6",
|
|
"allowJs": false,
|
|
"noUnusedLocals": false,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"downlevelIteration": true,
|
|
"baseUrl": ".",
|
|
"outDir": "./lib/apis",
|
|
"paths": {
|
|
}
|
|
},
|
|
"include": [
|
|
"src/apis",
|
|
]
|
|
}
|