mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:46:45 +00:00
23 lines
480 B
JSON
Executable File
23 lines
480 B
JSON
Executable File
{
|
|
"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": ".",
|
|
"paths": {
|
|
"@nocobase/*": [
|
|
"./packages/*"
|
|
]
|
|
}
|
|
}
|
|
} |