isographlabs / isograph

The UI framework for teams that move fast — without breaking things.
MIT License
245 stars 16 forks source link

chore: Fix vite-demo type checking #265

Closed lanesawyer closed 2 days ago

lanesawyer commented 3 days ago

chore: Fix vite-demo type checking

What

How

lanesawyer commented 3 days ago

Welp, that didn't work lol

I reproduced the errors locally and then fixed it locally, but then it failed on CI while using tsc --noEmit 😭

lanesawyer commented 3 days ago

tsc -b worked, and that would also fail on type errors, so let's go with that! Updating PR description now