Skip to content

Commit 9069261

Browse files
committed
Fix types check
1 parent eb9e1fe commit 9069261

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
"lib": ["es2018"],
44
"target": "es2018",
55
"module": "commonjs",
6+
"skipLibCheck": true,
67
"strict": true,
78
"noEmit": true,
89
"moduleResolution": "node10"

0 commit comments

Comments
 (0)