https://github.com/angular/angular
Raw File
Tip revision: b358b61304b4c7b455f68436787ceec062c6c2f2 authored by Andrew Kushnir on 09 November 2022, 19:38:46 UTC
release: cut the v14.2.10 release
Tip revision: b358b61
tsconfig.json
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/e2e",
    "module": "commonjs",
    "target": "es5",
    "types": [
      "jasmine",
      "jasminewd2",
      "node"
    ]
  }
}
back to top