diff --git a/tsconfig.json b/tsconfig.json index 52e5fe5b3..bf3a1fbf5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,8 +14,7 @@ "strict": true, "resolveJsonModule": true, "isolatedModules": true, - // todo: required due to @typescript-eslint v7 - disable in new major - "skipLibCheck": true + "skipLibCheck": false }, "files": ["eslint-remote-tester.config.ts"], "include": ["src/**/*"],