1 Star 0 Fork 0

Maple512 / abp-angular

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 930 Bytes
一键复制 编辑 原始数据 按行查看 历史
Maple512 提交于 2019-08-10 23:25 . u:->angular8.x;o:startupService
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
],
"paths": {
"@shared": ["src/app/shared"],
"@shared/*": ["src/app/shared/*"],
"@core": ["src/app/core"],
"@core/*": ["src/app/core/*"],
"@env": ["src/environments"],
"@env/*": ["src/environments/*"],
"@abp-web/*":["node_modules/abp-web-resources/Abp/Framework/scripts/*"],
"@abp-ng2/*":["node_modules/abp-ng2-module/dist/src/*"]
}
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
}
}
HTML
1
https://gitee.com/Maple-512/abp-angular.git
git@gitee.com:Maple-512/abp-angular.git
Maple-512
abp-angular
abp-angular
develop

搜索帮助