Skip to content

Commit 6451823

Browse files
committed
change: skipLibCheck
1 parent ed81d0e commit 6451823

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
@@ -5,7 +5,8 @@
55
"lib": ["es2018"],
66
"noImplicitAny": true,
77
"preserveConstEnums": true,
8-
"noEmit": true
8+
"noEmit": true,
9+
"skipLibCheck": true
910
},
1011
"include": ["src", "test"],
1112
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)