2020-10-24 07:34:43 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2021-05-23 00:38:08 +00:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"moduleResolution": "node",
|
2020-11-11 07:23:39 +00:00
|
|
|
"jsx": "react",
|
2020-10-24 07:34:43 +00:00
|
|
|
"module": "commonjs",
|
2021-05-23 00:38:08 +00:00
|
|
|
"target": "ES6",
|
|
|
|
"allowJs": false,
|
|
|
|
"noUnusedLocals": false,
|
|
|
|
"removeComments": true,
|
|
|
|
"preserveConstEnums": true,
|
2020-10-24 07:34:43 +00:00
|
|
|
"sourceMap": true,
|
2021-05-23 00:38:08 +00:00
|
|
|
"declaration": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"downlevelIteration": true,
|
|
|
|
"baseUrl": ".",
|
2020-10-24 07:34:43 +00:00
|
|
|
"paths": {
|
2021-05-23 00:38:08 +00:00
|
|
|
"@nocobase/*": [
|
2021-09-15 16:38:48 +00:00
|
|
|
"./packages/*/src"
|
2021-05-23 00:38:08 +00:00
|
|
|
]
|
2020-10-24 07:34:43 +00:00
|
|
|
}
|
2021-05-23 00:38:08 +00:00
|
|
|
}
|
2020-10-24 07:34:43 +00:00
|
|
|
}
|