Skip to content

Commit 47195ca

Browse files
committed
fix: check declaration file in builds
1 parent c5a2826 commit 47195ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sourceMap": false,
44
"target": "es5",
55
"moduleResolution": "node",
6-
"skipLibCheck": true,
6+
"skipLibCheck": false,
77
"strict": true,
88
"noImplicitAny": true,
99
"strictNullChecks": true

0 commit comments

Comments
 (0)