Skip to content

Commit 6059e61

Browse files
committed
Suppress third party type errors from transitive dependencies
1 parent efabfc4 commit 6059e61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"module": "commonjs",
44
"target": "es6",
55
"outDir": "out",
6+
"skipLibCheck": true,
67
"lib": [
78
"es6"
89
],

0 commit comments

Comments
 (0)