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-e2e.json
{
  "compilerOptions": {
    "lib": ["es2015", "dom"],
    "types": ["node", "jasminewd2", "selenium-webdriver"]
  }
}
back to top