Skip to content

Commit 46d2b6a

Browse files
authored
chore: skip lib checks for now (#1626)
1 parent 5573628 commit 46d2b6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"strict": true,
1515
"resolveJsonModule": true,
1616
"isolatedModules": true,
17-
"skipLibCheck": false
17+
// todo: required due to @typescript-eslint v7 - disable in new major
18+
"skipLibCheck": true
1819
},
1920
"files": ["eslint-remote-tester.config.ts"],
2021
"include": ["src/**/*"],

0 commit comments

Comments
 (0)