https://github.com/angular/angular
Raw File
Tip revision: 4736c6d1333d36938b36961b62754a4ac15a558c authored by Andrew Scott on 17 July 2024, 19:01:06 UTC
release: cut the v17.3.12 release
Tip revision: 4736c6d
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