1 Star 0 Fork 49

丶Mr_刘先生/pure-admin-backend

forked from zym/pure-admin-backend 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaoxian521 提交于 2022-11-09 15:51 +08:00 . refactor: 重构优化
{
"compilerOptions": {
"target": "ESNEXT",
"module": "commonjs",
"pretty": true,
"sourceMap": true,
"outDir": "dist",
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*.ts", ],
"exclude": [
"node_modules",
"src/router/api/*.ts",
"dist"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/LJSir/pure-admin-backend.git
git@gitee.com:LJSir/pure-admin-backend.git
LJSir
pure-admin-backend
pure-admin-backend
main

搜索帮助