1 Star 0 Fork 0

binger/dashboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 878 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"extends": "./node_modules/gts/tsconfig-google.json",
"angularCompilerOptions": {
"annotationsAs": "static fields",
"annotateForClosureCompiler": true
},
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "src/app/frontend",
"paths": {
"@api/*": ["typings/*"],
"@common/*": ["common/*"],
"@environments/*": ["environments/*"],
"@root/*": ["./*"],
},
"outDir": ".tmp/out-tsc",
"target": "esnext",
"moduleResolution": "node",
"sourceMap": true,
"strict": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noImplicitReturns": true,
"noUnusedParameters": true,
"noImplicitAny": true,
"resolveJsonModule": true,
"lib": [
"es2017",
"dom"
],
"typeRoots": [
"./node_modules/@types",
"./src/app/frontend/typings"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/binger_123/k8s-ui.git
git@gitee.com:binger_123/k8s-ui.git
binger_123
k8s-ui
dashboard
master

搜索帮助