https://github.com/angular/angular
Raw File
Tip revision: c2149dfaa82aa0e1963d4a8b1f49063a9c4a9d69 authored by Andrew Scott on 20 March 2024, 19:25:38 UTC
release: cut the v17.3.1 release
Tip revision: c2149df
tsconfig.json
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "esModuleInterop": true,
    "module": "ES2020"
  },
  "include": ["**/*.ts"]
}
back to top