https://github.com/angular/angular
Raw File
Tip revision: 7ab718176329e31bd1374df8cc26a2e3cab45c9d authored by Dylan Hunn on 25 March 2022, 19:40:11 UTC
release: cut the v14.0.0-next.9 release (#45442)
Tip revision: 7ab7181
tsconfig.json
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/e2e",
    "module": "commonjs",
    "target": "es5",
    "types": [
      "jasmine",
      "jasminewd2",
      "node"
    ]
  }
}
back to top