https://github.com/angular/angular
Raw File
Tip revision: b9aeb858d528c8c229be13a754cc36084bffcbdf authored by Andrew Kushnir on 10 May 2023, 18:08:20 UTC
release: cut the v16.0.1 release
Tip revision: b9aeb85
tsconfig-build.json
{
  "compilerOptions": {
    "lib": ["dom", "es2015"],
    "types": []
  }
}
back to top