Skip to content

Commit e641241

Browse files
committed
fix: add skipLibCheck to tsconfig.json to skip webpack type errors
1 parent 53b18bb commit e641241

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"target": "es6",
77
"declaration": true,
88
"strict": true,
9-
"allowJs": true
9+
"allowJs": true,
10+
"skipLibCheck": true
1011
},
1112
"include": ["src"],
1213
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)