https://github.com/angular/angular
Raw File
Tip revision: 544aedee6f9f33323270b8fa97479a790895240e authored by Andrew Kushnir on 25 April 2024, 15:21:31 UTC
release: cut the v17.3.6 release
Tip revision: 544aede
tsconfig.json
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "outDir": "../../out-tsc/e2e",
    "module": "commonjs",
    "target": "es2018",
    "types": [
      "jasmine",
      "node"
    ]
  }
}
back to top