2 Star 28 Fork 7

侧耳倾听 / 纯净ng-ant-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
侧耳倾听 提交于 2023-12-28 13:19 . 同步github,2023.12.28
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"esModuleInterop": true,
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2022",
"module": "ES2022",
"useDefineForClassFields": false,
"lib": [
"ES2022",
"dom"
],
"paths": {
"@app/*": ["src/app/*"],
"@app": ["src/app"],
"@store/*": ["src/app/core/services/store/*"],
"@config/*": ["src/app/config/*"],
"@core/*": ["src/app/core/*"],
"@services/*": ["src/app/core/services/http/*"],
"@utils/*": ["src/app/utils/*"],
"@widget/*": ["src/app/widget/*"],
"@env/*": ["src/environments/*"],
"@shared/*": ["src/app/shared/*"],
"@assets/*": ["src/assets/*"]
},
"allowSyntheticDefaultImports": true
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
}
1
https://gitee.com/hjxiaoqianduan/ng-ant-admin-pure.git
git@gitee.com:hjxiaoqianduan/ng-ant-admin-pure.git
hjxiaoqianduan
ng-ant-admin-pure
纯净ng-ant-admin
master

搜索帮助