Warning, /firebird/firebird-ng/tsconfig.json is written in an unsupported language. File is not indexed.
0001 /* To learn more about this file see: https://angular.io/config/tsconfig. */
0002 {
0003 "compileOnSave": true,
0004 "compilerOptions": {
0005 "outDir": "./dist/out-tsc",
0006 "strict": true,
0007 "noImplicitOverride": true,
0008 "noPropertyAccessFromIndexSignature": true,
0009 "noImplicitReturns": true,
0010 "noFallthroughCasesInSwitch": true,
0011 "skipLibCheck": true,
0012 "esModuleInterop": true,
0013 "sourceMap": true,
0014 "declaration": false,
0015 "experimentalDecorators": true,
0016 "moduleResolution": "node",
0017 "importHelpers": true,
0018 "target": "ES2022",
0019 "module": "ES2022",
0020 "useDefineForClassFields": false,
0021 "resolveJsonModule": true,
0022 "lib": [
0023 "ES2022",
0024 "dom"
0025 ]
0026 },
0027 "angularCompilerOptions": {
0028 "enableI18nLegacyMessageIdFormat": false,
0029 "strictInjectionParameters": true,
0030 "strictInputAccessModifiers": true,
0031 "strictTemplates": true
0032 }
0033 }