tsconfig.spec.json 444 B

1234567891011121314151617
  1. /* To learn more about this file see: https://angular.io/config/tsconfig. */
  2. {
  3. "extends": "./tsconfig.json",
  4. "compilerOptions": {
  5. "outDir": "./out-tsc/spec",
  6. "types": ["jasmine"]
  7. },
  8. "include": ["src/**/*.spec.ts", "src/**/*.d.ts"],
  9. "angularCompilerOptions": {
  10. "extendedDiagnostics": {
  11. "checks": {
  12. "nullishCoalescingNotNullable": "suppress",
  13. "optionalChainNotNullable": "suppress"
  14. }
  15. }
  16. }
  17. }