map-alliance/tsconfig.json

43 lines
997 B
JSON
Raw Normal View History

2023-12-11 21:32:05 -05:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
2019-07-02 08:11:23 -04:00
{
2023-12-11 21:32:05 -05:00
"compileOnSave": false,
"compilerOptions": {
"outDir": "./out-tsc/app",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"esModuleInterop": true,
"sourceMap": true,
"noImplicitAny": false,
"declaration": false,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2022",
"module": "ES2022",
"useDefineForClassFields": false,
"strictNullChecks": false,
"resolveJsonModule": true,
"lib": [
"ES2022",
"dom"
]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
},
"files": [
"src/main.ts"
],
"include": [
"src/**/*.d.ts"
]
2019-07-02 08:11:23 -04:00
}