mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 12:06:47 +00:00
686474cb38
* [Fixed] 1. ts升级4.4.4 2. 解决升级formily类型不兼容问题 * [Fixed] 1. 修复菜单混合渲染问题 * [Fixed] 1. 修复useEffect对象深度依赖比较(订单表死循环) * [update]去掉debugger
25 lines
511 B
JSON
Executable File
25 lines
511 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,
|
|
"skipLibCheck": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@nocobase/*": [
|
|
"./packages/*/src"
|
|
]
|
|
}
|
|
}
|
|
}
|