2021-06-19 19:52:10 -04:00
|
|
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
2018-11-13 17:03:35 -05:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
2021-06-19 19:52:10 -04:00
|
|
|
"allowSyntheticDefaultImports": true,
|
2018-11-13 17:03:35 -05:00
|
|
|
"baseUrl": "./",
|
2023-12-03 18:59:10 -05:00
|
|
|
// "outDir": "./dist/out-tsc",
|
|
|
|
"outDir": "./out-tsc/app",
|
2021-06-19 19:52:10 -04:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"noImplicitReturns": false,
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"resolveJsonModule": true,
|
2018-11-13 17:03:35 -05:00
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
2021-06-19 19:52:10 -04:00
|
|
|
"downlevelIteration": true,
|
2018-11-13 17:03:35 -05:00
|
|
|
"experimentalDecorators": true,
|
2021-06-19 19:52:10 -04:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"importHelpers": true,
|
|
|
|
"target": "es2017",
|
|
|
|
"module": "es2020",
|
|
|
|
"strictNullChecks": false,
|
2018-11-13 17:03:35 -05:00
|
|
|
"lib": [
|
|
|
|
"es2018",
|
|
|
|
"dom"
|
|
|
|
]
|
2021-06-19 19:52:10 -04:00
|
|
|
},
|
2023-12-03 18:59:10 -05:00
|
|
|
"files": [
|
|
|
|
"src/main.ts",
|
|
|
|
"src/polyfills.ts"
|
|
|
|
],
|
|
|
|
"include": [
|
|
|
|
"src/**/*.d.ts"
|
|
|
|
],
|
2021-06-19 19:52:10 -04:00
|
|
|
"angularCompilerOptions": {
|
|
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
|
|
"strictInjectionParameters": true,
|
|
|
|
"strictInputAccessModifiers": true,
|
|
|
|
"strictTemplates": true
|
2018-11-13 17:03:35 -05:00
|
|
|
}
|
|
|
|
}
|