1 Star 0 Fork 502

一诺佳人 / NocoBase

forked from NocoBase / NocoBase 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 511 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"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"
]
}
}
}
TypeScript
1
https://gitee.com/sudugold/nocobase.git
git@gitee.com:sudugold/nocobase.git
sudugold
nocobase
NocoBase
develop

搜索帮助