Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add typescript typecheck? #21

Closed
Wharley01 opened this issue Oct 17, 2021 · 2 comments
Closed

How to add typescript typecheck? #21

Wharley01 opened this issue Oct 17, 2021 · 2 comments

Comments

@Wharley01
Copy link

Plugin working fine, but how do i let vite do type check ?

@axe-me
Copy link
Owner

axe-me commented Oct 21, 2021

both esbuild or swc dont have type check.
you can rely on the IDE to do the type check or use a vite plugin like https://github.com/fi3ework/vite-plugin-checker

@Wharley01
Copy link
Author

both esbuild or swc dont have type check. you can rely on the IDE to do the type check or use a vite plugin like https://github.com/fi3ework/vite-plugin-checker

Thank you for this

@axe-me axe-me closed this as completed Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants