https://github.com/angular/angular
Raw File
Tip revision: 40c138c13d17b638908999faafc9eb4cca0202fb authored by Dylan Hunn on 23 November 2022, 02:59:58 UTC
release: cut the v15.0.1 release
Tip revision: 40c138c
tsconfig.json
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/e2e",
    "module": "commonjs",
    "target": "es2018",
    "types": [
      "jasmine",
      "node"
    ]
  }
}
back to top