https://github.com/angular/angular
Raw File
Tip revision: f2ba19253d09786982ecfc913c11a5ed0806555f authored by Andrew Scott on 29 March 2023, 22:36:27 UTC
release: cut the v16.0.0-next.5 release
Tip revision: f2ba192
jsconfig.json
{
  "compilerOptions": {
    "target": "es6",
    "module": "commonjs"
  }
}

back to top