Revision 8566b7819114c47f902c0f5551f22736577da396 authored by Joe Martin (Crowdstaffing) on 02 November 2021, 15:01:35 UTC, committed by Andrew Scott on 08 November 2021, 17:00:18 UTC
Update link to match heading.

PR Close #44017
1 parent f3d9e11
Raw File
tsconfig-tslint.json
{
  "compilerOptions": {
    "allowJs": true
  },
  "include": [
    "packages/**/*",
    "modules/**/*",
    "tools/**/*",
    "scripts/**/*"
  ]
}
back to top