https://github.com/angular/angular
Raw File
Tip revision: 99bf2cd524f991668b41a9634a4d0aa2389e90d7 authored by Andrew Kushnir on 08 May 2024, 15:42:24 UTC
release: cut the v17.3.8 release
Tip revision: 99bf2cd
tsconfig.json
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "outDir": "../../out-tsc/e2e",
    "module": "commonjs",
    "target": "es2018",
    "types": [
      "jasmine",
      "node"
    ]
  }
}
back to top