Skip to content

Commit fd7f31a

Browse files
committed
Enable tsconfig option skipLibCheck
One of our dependencies has a type error.
1 parent 3f119b6 commit fd7f31a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"module": "preserve",
66
"noEmit": true,
77
"rootDir": "src",
8+
"skipLibCheck": false,
89
"strict": true,
910
"target": "esnext"
1011
}

0 commit comments

Comments
 (0)