-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix vue TypeScript declarations #322
Fix vue TypeScript declarations #322
Conversation
The declarations generated by tailwindlabs#254 aren't correct, leading to tsc errors as seen in tailwindlabs#318.
Can this be merged? currently blocked by this issue when using tailwind UI components... |
The import("vue") should work normally. It always worked for me and others with Vue3+Vite+TS setups. There must be another issue why this happens. |
@VottusCode I've created an example repository here that reproduces the problem: https://github.com/SniC/heroicons-vite-typescript-problem |
Thanks for this! I think it should be |
The declarations generated by #254 aren't correct, leading to tsc errors as seen in #318.