Skip to content

Commit 54a91f8

Browse files
committed
Change typecheck options
1 parent 0c6e80c commit 54a91f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"module": "Node16",
77
"outDir": "./dist",
88
"rootDir": "./src",
9-
"skipLibCheck": false,
9+
"skipLibCheck": true,
1010
"sourceMap": true,
1111
"strict": true,
1212
"target": "es2020",

0 commit comments

Comments
 (0)