1 Star 0 Fork 501

刘嘉 / NocoBase

forked from NocoBase / NocoBase 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
chenos 提交于 2022-11-03 15:56 . fix: support pro plugins
{
"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-sample-*": [
"packages/samples/*/src"
],
"@nocobase/plugin-pro-*": [
"packages/pro-plugins/*/src"
],
"@nocobase/plugin-*": [
"packages/plugins/*/src"
],
"@nocobase/preset-*": [
"packages/presets/*/src"
],
"@nocobase/utils/client": [
"packages/core/utils/src/client"
],
"@nocobase/*": [
"packages/core/*/src"
]
}
},
"ts-node": {
"compilerOptions": {
"module": "commonjs"
}
}
}
TypeScript
1
https://gitee.com/pingzhuo_admin/nocobase.git
git@gitee.com:pingzhuo_admin/nocobase.git
pingzhuo_admin
nocobase
NocoBase
main

搜索帮助