https://github.com/angular/angular
Raw File
Tip revision: e424e9a4a6dbe2abf0b4a7e26c8bf34362798854 authored by Dylan Hunn on 09 August 2023, 20:38:54 UTC
release: cut the v16.1.9 release
Tip revision: e424e9a
jsconfig.json
{
  "compilerOptions": {
    "target": "es6",
    "module": "commonjs"
  }
}

back to top