https://github.com/angular/angular
Raw File
Tip revision: 4b46819ed10cd2b924d126701c5d4b1c63bc62c5 authored by Pawel Kozlowski on 16 August 2023, 17:15:27 UTC
release: cut the v16.2.1 release
Tip revision: 4b46819
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"
    ]
  },
  "files": [
    "src/test.ts"
  ],
  "include": [
    "src/**/*.spec.ts",
    "src/**/*.d.ts"
  ]
}
back to top