fix: Fixed handling of null-values for shard in chatroom-uri
[demos/kafka/chat] / tsconfig.json
1 /* To learn more about this file see: https://angular.io/config/tsconfig. */
2 {
3   "compileOnSave": false,
4   "compilerOptions": {
5     "baseUrl": "./",
6     "outDir": "./dist/out-tsc",
7     "forceConsistentCasingInFileNames": true,
8     "strict": true,
9     "strictNullChecks": true,
10     "noImplicitOverride": true,
11     "noPropertyAccessFromIndexSignature": true,
12     "noImplicitReturns": true,
13     "noFallthroughCasesInSwitch": true,
14     "sourceMap": true,
15     "declaration": false,
16     "downlevelIteration": true,
17     "experimentalDecorators": true,
18     "moduleResolution": "node",
19     "importHelpers": true,
20     "target": "ES2022",
21     "module": "ES2022",
22     "useDefineForClassFields": false,
23     "lib": [
24       "ES2022",
25       "dom"
26     ]
27   },
28   "angularCompilerOptions": {
29     "enableI18nLegacyMessageIdFormat": false,
30     "strictInjectionParameters": true,
31     "strictInputAccessModifiers": true,
32     "strictTemplates": true
33   }
34 }