Revision 92a1e59529f6746dc3822c31cade0380474f84bf authored by Andrew Kushnir on 01 May 2024, 18:44:11 UTC, committed by Andrew Kushnir on 01 May 2024, 18:47:42 UTC
1 parent 78e4af0
Raw File
tsconfig-tslint.json
{
  "compilerOptions": {
    "allowJs": true,
    "esModuleInterop": true
  },
  "include": [
    "packages/**/*",
    "modules/**/*",
    "tools/**/*",
    "scripts/**/*",
    "devtools/**/*",
  ]
}
back to top