-
Notifications
You must be signed in to change notification settings - Fork 24
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
bug: Cannot find module '@yeger/vue-masonry-wall' or its corresponding type declarations #270
Comments
Which version is affected? Please provide a minimal reproduction. |
Thank you for your response. |
Thanks for the report! As far as I can tell,
If you're using Vite anyway, why not switch to "module": "ESNext",
"moduleResolution": "bundler", in the first place? |
Thank you for the answer! Oh, that means vue-tsc has a bug or that this project violates what I did choose
(Quasar wants
https://www.typescriptlang.org/docs/handbook/modules/guides/choosing-compiler-options.html |
I don't think my library violates the I also don't think the "infectious" nature of |
Thank you. I just wondered why I only get the error message with your plugin. :D |
Affected Packages
5.0.8
Description
After using
"module": "NodeNext",
in the tsconfig.ts and"type": "module"
in the package.json using vue-tsc to check my code I get the error:Any other 3rd party library I use is working.
Reproduction
https://stackblitz.com/edit/vitejs-vite-martix3-yeger-masonry-bug-270
Additional context
No response
Preferences
The text was updated successfully, but these errors were encountered: