https://github.com/angular/angular
Raw File
Tip revision: 61f63cf6fd1779d08137d01074a56a723d4a511d authored by Andrew Kushnir on 12 April 2023, 19:11:17 UTC
release: cut the v16.0.0-rc.0 release
Tip revision: 61f63cf
tsconfig.json
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/e2e",
    "module": "commonjs",
    "target": "es5",
    "types": [
      "jasmine",
      "jasminewd2",
      "node"
    ]
  }
}
back to top