1 Star 0 Fork 649

吾惑/NocoBase

forked from NocoBase/NocoBase 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 759 Bytes
一键复制 编辑 原始数据 按行查看 历史
Junyi 提交于 2022-06-06 23:01 . chore(debug): add debug config (#475)
{
"compilerOptions": {
"esModuleInterop": true,
"moduleResolution": "node",
"jsx": "react",
"target": "esnext",
"module": "esnext",
"allowJs": true,
"noUnusedLocals": false,
"preserveConstEnums": true,
"skipLibCheck": true,
"sourceMap": true,
"inlineSources": true,
"resolveJsonModule": true,
"declaration": true,
"experimentalDecorators": true,
"downlevelIteration": true,
"baseUrl": ".",
"paths": {
"@nocobase/app-*": [
"packages/app/*/src"
],
"@nocobase/plugin-*": [
"packages/plugins/*/src"
],
"@nocobase/*": [
"packages/core/*/src"
]
}
},
"ts-node": {
"compilerOptions": {
"module": "commonjs"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/PoWERLimited/nocobase.git
[email protected]:PoWERLimited/nocobase.git
PoWERLimited
nocobase
NocoBase
main

搜索帮助