| 1234567891011121314151617 |
- /* To learn more about this file see: https://angular.io/config/tsconfig. */
- {
- "extends": "./tsconfig.json",
- "compilerOptions": {
- "outDir": "./out-tsc/spec",
- "types": ["jasmine"]
- },
- "include": ["src/**/*.spec.ts", "src/**/*.d.ts"],
- "angularCompilerOptions": {
- "extendedDiagnostics": {
- "checks": {
- "nullishCoalescingNotNullable": "suppress",
- "optionalChainNotNullable": "suppress"
- }
- }
- }
- }
|