Skip to content

Commit

Permalink
chore: skip lib checks for now
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jul 6, 2024
1 parent 6659a79 commit 6fd9cb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"strict": true,
"resolveJsonModule": true,
"isolatedModules": true,
"skipLibCheck": false
// todo: required due to @typescript-eslint v7 - disable in new major
"skipLibCheck": true
},
"files": ["eslint-remote-tester.config.ts"],
"include": ["src/**/*"],
Expand Down

0 comments on commit 6fd9cb7

Please sign in to comment.