https://github.com/angular/angular
Raw File
Tip revision: 9c486c96827a9282cbdbff176761bc95554a260b authored by Matthieu Riegler on 11 February 2024, 00:16:49 UTC
fix(http): Use string body to generate transfer cache key. (#54379)
Tip revision: 9c486c9
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