https://github.com/angular/angular
Raw File
Tip revision: fc9da5ed8c03e0d063676ce47be67348f2094137 authored by Andrew Kushnir on 28 June 2023, 15:08:59 UTC
release: cut the v16.2.0-next.1 release
Tip revision: fc9da5e
tsconfig.spec.json
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/spec",
    "types": [
      "jasmine"
    ]
  },
  "files": [
    "src/test.ts"
  ],
  "include": [
    "src/**/*.spec.ts",
    "src/**/*.d.ts"
  ]
}
back to top