Skip to content

Commit 6ae0d42

Browse files
committed
Sets skipLibCheck to true in ts3.8 typecheck
1 parent 4ed61a7 commit 6ae0d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/type-check/ts3.8-test/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"index.ts",
44
],
55
"compilerOptions": {
6-
"skipLibCheck": false,
6+
"skipLibCheck": true,
77
"noEmit": true,
88
"importHelpers": true,
99
"types": [],

0 commit comments

Comments
 (0)