https://github.com/angular/angular
Raw File
Tip revision: 0a4f18a419ba68a7c8a2d22da85a7f88bd217840 authored by Pawel Kozlowski on 20 September 2023, 17:59:39 UTC
release: cut the v17.0.0-next.5 release
Tip revision: 0a4f18a
tsconfig.spec.json
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/spec",
    "types": [
      "jasmine",
      "node"
    ]
  },
  "files": [
    "src/test.ts"
  ],
  "include": [
    "src/**/*.spec.ts",
    "src/**/*.d.ts"
  ]
}
back to top