mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:55:44 +00:00
22 lines
491 B
JSON
22 lines
491 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"jsx": "react",
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"allowJs": false,
|
|
"noUnusedLocals": false,
|
|
"preserveConstEnums": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"downlevelIteration": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@nocobase/*": ["packages/*/src"]
|
|
}
|
|
}
|
|
} |