https://github.com/angular/angular
Raw File
Tip revision: 587093c3a55019bbffa11eecfa0f0371d7105057 authored by Jessica Janiuk on 30 August 2023, 17:54:31 UTC
release: cut the v16.2.3 release
Tip revision: 587093c
jsconfig.json
{
  "compilerOptions": {
    "target": "es6",
    "module": "commonjs"
  }
}

back to top