https://github.com/angular/angular
Raw File
Tip revision: f5507420204f97463c2de9531ad9d907320d38da authored by Jessica Janiuk on 28 April 2021, 18:18:38 UTC
release: cut the v11.2.12 release
Tip revision: f550742
jsconfig.json
{
  "compilerOptions": {
    "target": "es6",
    "module": "commonjs"
  }
}

back to top