Skip to content

What would be the workflow to perform type checking before building? #53

Answered by privatenumber
Ansis100 asked this question in Q&A
Discussion options

You must be logged in to vote

Yep! That's the expected approach (same as other tools like tsx).

If you emit types (.d.ts files), it will also do some basic type checking as a result of compiling the types, and error if it can't make sense of it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by privatenumber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants