https://github.com/angular/angular
Raw File
Tip revision: 296bc993ea3fde9e912381d6ffcae95fb536a166 authored by Nemikolh on 05 June 2023, 13:02:16 UTC
fix(docs-infra): replace use of turbo on StackBlitz with npm (#50576)
Tip revision: 296bc99
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