https://github.com/angular/angular
Revision 2548712aba033fddbf195f5b1450869dc176548d authored by Andrew Scott on 09 August 2022, 23:46:27 UTC, committed by Dylan Hunn on 10 August 2022, 17:45:38 UTC
1 parent f4fa4af
Raw File
Tip revision: 2548712aba033fddbf195f5b1450869dc176548d authored by Andrew Scott on 09 August 2022, 23:46:27 UTC
build: add atscott to unavailable users (#47102)
Tip revision: 2548712
tsconfig-tslint.json
{
  "compilerOptions": {
    "allowJs": true
  },
  "include": [
    "packages/**/*",
    "modules/**/*",
    "tools/**/*",
    "scripts/**/*",
    "devtools/**/*",
  ]
}
back to top