https://github.com/angular/angular
Raw File
Tip revision: f44a8e2cf681ead12b5ca696161c468c16c5f79a authored by Jessica Janiuk on 27 January 2021, 20:05:08 UTC
release: cut the v11.2.0-next.0 release (#40600)
Tip revision: f44a8e2
tsconfig.json
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/e2e",
    "module": "commonjs",
    "target": "es5",
    "types": [
      "jasmine",
      "jasminewd2",
      "node"
    ]
  }
}
back to top