Skip to content

Commit 10ba876

Browse files
committed
fix: revert skipLibCheck to true
See microsoft/TypeScript#30511
1 parent e158486 commit 10ba876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"noPropertyAccessFromIndexSignature": true,
4747

4848
/** Completeness */
49-
"skipLibCheck": false,
49+
"skipLibCheck": true, // https://github.com/microsoft/TypeScript/issues/30511
5050
"skipDefaultLibCheck": true
5151
}
5252
}

0 commit comments

Comments
 (0)