Skip to content

Commit 64855f3

Browse files
authored
chore: no typechecking node_modules
1 parent da23f13 commit 64855f3

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
@@ -13,7 +13,8 @@
1313
"target": "ES2020",
1414
"strictNullChecks": true,
1515
"preserveConstEnums": true,
16-
"exactOptionalPropertyTypes": true
16+
"exactOptionalPropertyTypes": true,
17+
"skipLibCheck": true
1718
},
1819
"include": [
1920
"globals.ts",

0 commit comments

Comments
 (0)