Skip to content

Commit c242a8a

Browse files
committed
fix: Do not typecheck dependencies
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 883a6b3 commit c242a8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"noImplicitThis": true,
1010
"esModuleInterop": true,
1111
"resolveJsonModule": true,
12+
"skipLibCheck": true,
1213
"lib": [
1314
"DOM",
1415
"es2019",

0 commit comments

Comments
 (0)