Skip to content

Commit

Permalink
feat: set skipLibCheck false (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert authored Dec 19, 2023
1 parent 24354d0 commit 59825c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"esModuleInterop": true,
"declaration": false,
"resolveJsonModule": true,
"skipLibCheck": true
"skipLibCheck": false
},
"include": ["src"],
"exclude": [
Expand Down

0 comments on commit 59825c2

Please sign in to comment.