https://github.com/angular/angular
Raw File
Tip revision: 235bffc5f9a0faf00b9aeb4ef5f15c696ad4b522 authored by Joey Perrott on 17 February 2022, 21:34:21 UTC
release: cut the v14.0.0-next.3 release
Tip revision: 235bffc
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