1 Star 0 Fork 296

siYuanJun/cool-admin-midway

forked from 闪酷/cool-admin-midway 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
挡不住的啊平 提交于 2022-03-14 14:46 . 5.x
{
"compileOnSave": true,
"compilerOptions": {
"target": "es2018",
"module": "commonjs",
"moduleResolution": "node",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"inlineSourceMap":true,
"noImplicitThis": true,
"noUnusedLocals": true,
"stripInternal": true,
"skipLibCheck": true,
"pretty": true,
"declaration": true,
"typeRoots": [ "./typings", "./node_modules/@types"],
"outDir": "dist"
},
"exclude": [
"dist",
"node_modules",
"test"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/siYuanJun/cool-admin-midway.git
git@gitee.com:siYuanJun/cool-admin-midway.git
siYuanJun
cool-admin-midway
cool-admin-midway
5.x

搜索帮助