https://github.com/angular/angular
Raw File
Tip revision: fecd141dfa541eb3e1c62767820474265e9a2443 authored by Pawel Kozlowski on 08 November 2023, 12:21:00 UTC
release: cut the v17.0.0 release
Tip revision: fecd141
tsconfig.spec.json
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/spec",
    "types": [
      "jasmine",
      "node"
    ]
  },
  "include": [
    "src/**/*.spec.ts",
    "src/**/*.d.ts"
  ]
}
back to top