https://github.com/angular/angular
Raw File
Tip revision: edc45d5b6fdcc9559ba00540476f8c247a3d7cb5 authored by Dylan Hunn on 28 February 2024, 00:16:00 UTC
release: cut the v17.2.3 release
Tip revision: edc45d5
tsconfig.spec.json
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/spec",
    "types": [
      "jasmine"
    ]
  },
  "include": [
    "src/**/*.spec.ts",
    "src/**/*.d.ts"
  ]
}
back to top