48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
/* 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,
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"useDefineForClassFields": false,
|
|
"lib": [
|
|
"ES2022",
|
|
"dom"
|
|
],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@lib/*": ["./src/lib/*"],
|
|
"@environment/*": ["./src/environments/*"],
|
|
"@auth/*": ["./src/app/account/*"],
|
|
"@views/*": ["./src/app/views/*"],
|
|
"@component/*": ["./src/app/components/*"],
|
|
"@common/*": ["./src/app/common/*"],
|
|
"@helper/*": ["./src/app/helper/*"],
|
|
"@store/*": ["./src/app/store/*"],
|
|
"@core/*": ["./src/app/core/*"],
|
|
"@shared/*": ["./src/app/shared/*"]
|
|
},
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"strictTemplates": true
|
|
}
|
|
}
|