common-ui/tsconfig.json

36 lines
1.0 KiB
JSON

{
"compileOnSave": false,
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"strict": true,
"declaration": true,
"declarationMap": true,
"inlineSources": true,
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noPropertyAccessFromIndexSignature": true,
"sourceMap": true,
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"resolveJsonModule": true,
"target": "ES2022",
"module": "ES2022",
"lib": ["ES2022", "dom"],
"allowSyntheticDefaultImports": true,
"paths": {
"@biesbjerg/ngx-translate-extract-marker": ["src/lib/translations/ngx-translate-extract-marker"]
},
"noUncheckedIndexedAccess": true
},
"include": ["./**/*"],
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
}