43 Star 446 Fork 241

闪酷 / cool-admin-midway

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compileOnSave": true,
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"moduleResolution": "node",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"inlineSourceMap":true,
"noImplicitThis": true,
"noUnusedLocals": true,
"stripInternal": true,
"pretty": true,
"skipLibCheck": true,
"declaration": true,
"typeRoots": [ "./typings", "./node_modules/@types"],
"outDir": "dist"
},
"exclude": [
"dist",
"node_modules",
"test"
]
}
TypeScript
1
https://gitee.com/cool-team-official/cool-admin-midway.git
git@gitee.com:cool-team-official/cool-admin-midway.git
cool-team-official
cool-admin-midway
cool-admin-midway
master

搜索帮助