Skip to content

Commit 917a664

Browse files
Add skipLibCheck option to tsconfig.json
1 parent 052f3fb commit 917a664

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"noImplicitReturns": true,
2626
"noFallthroughCasesInSwitch": true,
2727
"esModuleInterop": true,
28-
"resolveJsonModule": true
28+
"resolveJsonModule": true,
29+
"skipLibCheck": true
2930
}
3031
}

0 commit comments

Comments
 (0)