https://github.com/angular/angular
Raw File
Tip revision: c110d050f247f569b2e95bd7787ef2dfeff8beac authored by Zach Arend on 26 May 2021, 18:00:17 UTC
release: cut the v12.1.0-next.3 release (#42360)
Tip revision: c110d05
tsconfig.json
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/e2e",
    "module": "commonjs",
    "target": "es5",
    "types": [
      "jasmine",
      "jasminewd2",
      "node"
    ]
  }
}
back to top