https://github.com/angular/angular
Raw File
Tip revision: ebd94ef41b5fdd1acc89ae21d6476122aa10521e authored by Andrew Scott on 13 January 2021, 21:26:54 UTC
release: cut the v11.1.0-rc.0 release (#40420)
Tip revision: ebd94ef
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