-
Notifications
You must be signed in to change notification settings - Fork 40
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
Missing types for typescript #2
Comments
Hey @yangwao ! Thank you first, however, I haven't had the time to learn TypeScript. So actually I'm quite confused, how I can add a declaration file! I looked up in StackOverflow, but it's quite confusing 🙈Any tips for me? |
I have this exact problem. Any tips how to solve this :)? |
@MarcusMLarsson I really don't know since I don't find the time to learn typescript. But perhaps this post helps you: https://stackoverflow.com/questions/47848778/parameter-implicitly-has-an-any-type/47848779 |
If anyone have solved this issue please share here. Thanks |
Hi, guys. So. I'm not sure if I did it in the right way but I was able to make normal usage by doing the following:
and voilá. I'm using Vue 3 with Vite. Really hope this works and helps someone!
PS - The only thing that was not working for me is use TypeScript Path Alias. Hope helps someone! |
Yes! Your solution above absolutely works. Thanks for sharing!!!!!! |
Great work but would be doable to have types :)
The text was updated successfully, but these errors were encountered: