https://github.com/angular/angular
Raw File
Tip revision: 7a47add255486e2b30a98e8ce54ccb5fd6bcc2f0 authored by Dylan Hunn on 08 February 2022, 17:33:08 UTC
release: cut the v13.2.2 release (#45018)
Tip revision: 7a47add
tsconfig-e2e.json
{
  "compilerOptions": {
    "lib": ["es2015", "dom"],
    "types": ["node", "jasminewd2", "selenium-webdriver"]
  }
}
back to top