Skip to content

Commit 665f376

Browse files
committed
fixes type errors from external dependencies
1 parent 41b141d commit 665f376

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"compilerOptions": {
3+
"skipLibCheck": true, // some types in external dependencies seem to be missing somehow
4+
35
"incremental": true,
46
"target": "es2022",
57
"module": "Node16",

0 commit comments

Comments
 (0)