https://github.com/angular/angular
Raw File
Tip revision: b6bc0aeb611c6d3577fb9d90cfaa8363ecf5a8aa authored by Alex Rickabaugh on 07 May 2020, 22:52:58 UTC
release: cut the v10.0.0-next.6 release
Tip revision: b6bc0ae
jsconfig.json
{
  "compilerOptions": {
    "target": "es6",
    "module": "commonjs"
  }
}

back to top