https://github.com/angular/angular
Raw File
Tip revision: a301b36f1f711ab956e37c4aee0010b44d9810ef authored by Andrew Kushnir on 09 March 2022, 17:04:59 UTC
release: cut the v14.0.0-next.6 release (#45301)
Tip revision: a301b36
tsconfig.spec.json
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/spec",
    "types": [
      "jasmine",
      "node"
    ]
  },
  "files": [
    "src/test.ts",
    "src/polyfills.ts"
  ],
  "include": [
    "src/**/*.spec.ts",
    "src/**/*.d.ts"
  ]
}
back to top