https://github.com/angular/angular
Revision 1472515d683b25bc095fc8d5e7edffb634d65d12 authored by Alex Rickabaugh on 02 August 2023, 20:12:49 UTC, committed by Alex Rickabaugh on 02 August 2023, 20:20:39 UTC
1 parent 9d88cd8
Raw File
Tip revision: 1472515d683b25bc095fc8d5e7edffb634d65d12 authored by Alex Rickabaugh on 02 August 2023, 20:12:49 UTC
release: cut the v16.2.0-rc.0 release
Tip revision: 1472515
tsconfig-tslint.json
{
  "compilerOptions": {
    "allowJs": true
  },
  "include": [
    "packages/**/*",
    "modules/**/*",
    "tools/**/*",
    "scripts/**/*",
    "devtools/**/*",
  ]
}
back to top