1 Star 0 Fork 0

国际恐怖组织 / dashboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 742 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sebastian Florek 提交于 2020-02-28 10:38 . Migrate angular to v9 (#4930)
{
"extends": "./node_modules/gts/tsconfig-google.json",
"angularCompilerOptions": {
"annotationsAs": "static fields",
"annotateForClosureCompiler": true
},
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "src/app/frontend",
"paths": {
"@api/*": ["typings/*"]
},
"outDir": ".tmp/out-tsc",
"target": "esnext",
"moduleResolution": "node",
"sourceMap": true,
"strict": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noImplicitReturns": true,
"noUnusedParameters": true,
"noImplicitAny": true,
"lib": [
"es2017",
"dom"
],
"typeRoots": [
"./node_modules/@types",
"./src/app/frontend/typings"
]
}
}
1
https://gitee.com/super-admin/dashboard-k8s.git
git@gitee.com:super-admin/dashboard-k8s.git
super-admin
dashboard-k8s
dashboard
master

搜索帮助