Skip to content

Commit 5ebeb54

Browse files
author
Jake Champion
authored
Merge pull request #13 from SudoCat/patch-1
2 parents 0655dfa + 89ce611 commit 5ebeb54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"esModuleInterop": true,
88
"lib": [ "es2022" ],
99
"rootDir": "src",
10-
"outDir": "build"
10+
"outDir": "build",
11+
"skipLibCheck": true
1112
},
1213
"include": [
1314
"./src/**/*.js",

0 commit comments

Comments
 (0)