Skip to content

Commit

Permalink
[tsconfig.json] Add skipLibCheck.
Browse files Browse the repository at this point in the history
This is a workaround for oven-sh/bun#8761 to allow our types to build.
  • Loading branch information
lgarron committed Jun 6, 2024
1 parent 627a21e commit f1c19d6
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 @@ -7,6 +7,7 @@
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "./dist/types",
"skipLibCheck": true
},
"include": [
"src/random-uint-below/**/*"
Expand Down

0 comments on commit f1c19d6

Please sign in to comment.