Skip to content

Commit 3c299de

Browse files
authored
chore(tsconfig-pack): Add skipLibCheck (#1344)
1 parent 8bcc3c7 commit 3c299de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig-pack.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"target": "es6",
44
"module": "commonjs",
55
"declaration": true,
6-
"esModuleInterop": true
6+
"esModuleInterop": true,
7+
"skipLibCheck": true,
78
},
89
"exclude": [
910
"./spec",

0 commit comments

Comments
 (0)