Skip to content

Commit

Permalink
set skipLibCheck to true
Browse files Browse the repository at this point in the history
Workaround for dcodeIO/long.js#125
  • Loading branch information
lionello committed Dec 3, 2023
1 parent a36d43b commit 83b726e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"module": "Node16",
"moduleResolution": "Node16",
"declaration": true,
"skipLibCheck": true,
"stripInternal": true,
"sourceMap": true,
"experimentalDecorators": true,
Expand Down

0 comments on commit 83b726e

Please sign in to comment.