https://github.com/angular/angular
Raw File
Tip revision: 9774ebe1da4980591000f5dd266b32f55c908481 authored by Dylan Hunn on 22 May 2024, 18:10:46 UTC
release: cut the v17.3.10 release
Tip revision: 9774ebe
tsconfig.spec.json
/* To learn more about this file see: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "../../out-tsc/spec",
    "types": ["jasmine"]
  },
  "include": ["src/app/**/*.spec.ts", "src/app/**/*.d.ts"]
}
back to top