https://github.com/angular/angular
Raw File
Tip revision: 99bf2cd524f991668b41a9634a4d0aa2389e90d7 authored by Andrew Kushnir on 08 May 2024, 15:42:24 UTC
release: cut the v17.3.8 release
Tip revision: 99bf2cd
tsconfig.spec.json
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/spec",
    "types": [
      "jasmine",
      "node"
    ]
  },
  "include": [
    "src/testing/**/*.ts",
    "src/**/*.spec.ts",
    "src/**/*.d.ts"
  ]
}
back to top