Skip to content

Commit ecb353c

Browse files
committed
chore: update tsconfig.json
1 parent cb69c66 commit ecb353c

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
@@ -9,6 +9,7 @@
99
"noUnusedParameters": true,
1010
"noUnusedLocals": true,
1111
"noImplicitAny": true,
12+
"skipLibCheck": true,
1213
"strict": true,
1314
"noImplicitReturns": true,
1415
"moduleResolution": "node",
@@ -19,4 +20,4 @@
1920
"exclude": [
2021
"node_modules"
2122
]
22-
}
23+
}

0 commit comments

Comments
 (0)