[web-app] ng-alain模版工程初始化
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
||||
{
|
||||
"compileOnSave": false,
|
||||
"compilerOptions": {
|
||||
@@ -19,7 +18,18 @@
|
||||
"lib": [
|
||||
"es2018",
|
||||
"dom"
|
||||
]
|
||||
],
|
||||
"paths": {
|
||||
"@shared": [
|
||||
"src/app/shared/index"
|
||||
],
|
||||
"@core": [
|
||||
"src/app/core/index"
|
||||
],
|
||||
"@env/*": [
|
||||
"src/environments/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"enableI18nLegacyMessageIdFormat": false,
|
||||
@@ -27,4 +37,4 @@
|
||||
"strictInputAccessModifiers": true,
|
||||
"strictTemplates": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user