https://github.com/angular/angular
Raw File
Tip revision: bb05225dcd973647d41ad83790bd350ad53d3ca2 authored by Dylan Hunn on 01 June 2023, 15:25:22 UTC
release: cut the v16.0.4 release
Tip revision: bb05225
jsconfig.json
{
  "compilerOptions": {
    "target": "es6",
    "module": "commonjs"
  }
}

back to top