Skip to content

Commit ba4573e

Browse files
authored
skiplibcheck to fix tsc errors for now (#59)
1 parent bd2b14f commit ba4573e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/versions/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"noEmit": true,
66
"strict": true,
77
"moduleResolution": "node",
8-
"types": ["../.."]
8+
"types": ["../.."],
9+
"skipLibCheck": true
910
}
1011
}

0 commit comments

Comments
 (0)