-
Notifications
You must be signed in to change notification settings - Fork 4
TypeScript 5/Vue 3.3.4 Support #7
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
Comments
@zacharymartens Hello, and thank you for the issue. Could you please provide some minimal reproduction? Repository on github or stakblitz? |
Sure, here is a stackblitz based off of the default Vitejs template from their getting started page. If you open up the terminal and execute The only changes made from the default template were adding the |
@zacharymartens Thanks, please try [email protected] |
Works like a charm. Thank you for the support and quick response! |
Hi,
I am experiencing a type check error when running
vue-tsc==1.6.5
on my project. It looks like it is caused by the latest@vue/tsconfig/tsconfig.dom.json
which specifiesmoduleResolution: "bundler"
.This issue seems to explain the underlying cause of the error.
The output from
vue-tsc --noEmit
:Thank you! This library is great.
The text was updated successfully, but these errors were encountered: