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": {
|
|
"skipLibCheck": true,
|
|
"baseUrl": ".",
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"@app/core/*":["src/app/core/*"],
|
|
"@app/routes/*":["src/app/routes/*"],
|
|
"@app/shared/*":["src/app/shared/*"],
|
|
"@app/domain/*":["src/app/domain/*"],
|
|
"@app/infrastructure/*":["src/app/infrastructure/*"],
|
|
"@app/usecase/*":["src/app/usecase/*"],
|
|
"@app/ui/*":["src/app/ui/*"],
|
|
"@app/testing/*":["src/app/testing/*"],
|
|
"@assets/*":["src/assets/*"],
|
|
"@env/*":["src/environments/*"],
|
|
},
|
|
"outDir": "./dist/out-tsc",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"noImplicitOverride": true,
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"useDefineForClassFields": false,
|
|
"lib": [
|
|
"ES2022",
|
|
"dom"
|
|
]
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"strictTemplates": true
|
|
}
|
|
}
|