Revision f71851a523dc981916b6b1252db8060fb71e600b authored by Jáchym Bambuch on 28 July 2023, 10:36:00 UTC, committed by Alex Rickabaugh on 28 July 2023, 21:42:30 UTC
1 parent 7225528
Raw File
tsconfig-tslint.json
{
  "compilerOptions": {
    "allowJs": true
  },
  "include": [
    "packages/**/*",
    "modules/**/*",
    "tools/**/*",
    "scripts/**/*",
    "devtools/**/*",
  ]
}
back to top