Skip to content

Commit 3d4fe1c

Browse files
committed
Skip ts lib check
Signed-off-by: Jay Wang <[email protected]>
1 parent eab6a8b commit 3d4fe1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"strict": true,
1919
"strictNullChecks": true,
2020
"target": "ESNext",
21-
"types": []
21+
"types": [],
22+
"skipLibCheck": true
2223
},
2324
"include": ["src/*"]
2425
}

0 commit comments

Comments
 (0)