Skip to content

Commit

Permalink
Add a note about --skipLibCheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 23, 2025
1 parent f1a0c2a commit bcc24e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/build-lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ await writeFile(
// This places output files in an awkward directory structure, but it keeps our
// transpilation setup as simple as possible. The alternatives come with
// potentially heavy tradeoffs: https://github.com/cubing/icons/issues/146
//
// Also note that `--skipLibCheck` is not ideal, but the easiest way to work
// around https://github.com/oven-sh/bun/issues/8761
await $`bun x tsc \
--skipLibCheck \
--declaration \
Expand Down

0 comments on commit bcc24e5

Please sign in to comment.