common-ui/tsconfig.json
Dan Percic ba4d7f6d05 ng 16
2023-05-17 01:38:33 +03:00

35 lines
996 B
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"]
}
},
"include": ["./**/*"],
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
}