1 Star 1 Fork 0

云派 / Himp.Platform.Web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
海洋尾巴 提交于 2024-05-15 10:19 . #feat layout调整
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"esModuleInterop": true,
"sourceMap": true,
"declaration": false,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2022",
"module": "ES2022",
"useDefineForClassFields": false,
"lib": [
"ES2022",
"dom"
],
"allowSyntheticDefaultImports": true,
"baseUrl": "./",
"paths": {
"@shared": [
"src/app/shared/index"
],
"@core": [
"src/app/core/index"
],
"@env/*": [
"src/environments/*"
],
"@_mock": [
"_mock/index"
],
"@brand": [
"src/app/layout/ms/index"
]
}
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
}
1
https://gitee.com/yu-haiyang90_admin/himp.platform.angular.git
git@gitee.com:yu-haiyang90_admin/himp.platform.angular.git
yu-haiyang90_admin
himp.platform.angular
Himp.Platform.Web
master

搜索帮助