Skip to content

Commit 0f1bcc0

Browse files
committed
skipLibCheck
1 parent 0156dcf commit 0f1bcc0

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
@@ -17,7 +17,8 @@
1717
"noImplicitReturns": true,
1818

1919
"esModuleInterop": true,
20-
"moduleResolution": "node"
20+
"moduleResolution": "node",
21+
"skipLibCheck": true
2122
},
2223
"include": [
2324
"modules/**/*"

0 commit comments

Comments
 (0)