Revision ea91edb55ab4e8be926a691d17e28080f5346d62 authored by Yousaf Nawaz on 05 January 2022, 16:04:47 UTC, committed by Andrew Scott on 06 January 2022, 00:23:06 UTC
correct word typically, typescript and import

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