diff --git a/.github/linters/tsconfig.json b/.github/linters/tsconfig.json index 56cfb674..21e7591e 100644 --- a/.github/linters/tsconfig.json +++ b/.github/linters/tsconfig.json @@ -7,5 +7,11 @@ "tests", "tools", "/tmp/lint/.automation/test" + ], + "overrides": [ + { + "extends": ["plugin:@typescript-eslint/disable-type-checked"], + "files": ["./**/*.{ts,tsx}"] + } ] }