https://github.com/angular/angular
Raw File
Tip revision: 001f3198658edfdee5c6d5a6c843a801faf3387f authored by Andrew Kushnir on 29 August 2024, 22:43:14 UTC
Revert "refactor(compiler-cli): extract function overload separatly (#56489)" (#57594)
Tip revision: 001f319
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