Skip to content

Commit 48007ca

Browse files
committed
fix: develop
1 parent 5319440 commit 48007ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"outDir": "dist",
88
"rootDir": "src",
99
"strict": true,
10-
"target": "es2019"
10+
"target": "es2019",
11+
"skipLibCheck": true
12+
1113
},
1214
"include": [
1315
"src/**/*"

0 commit comments

Comments
 (0)