-
-
Notifications
You must be signed in to change notification settings - Fork 444
Throwing ERROR(vue-tsc) from an external library #3458
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
I am seeing this too.
|
This has nothing to do with vue-tsc, because this is a typescript limitation. If you import ts files from node_modules, it will be checked by typescript, no matter if See the typescript issue: microsoft/TypeScript#40426 |
Yeeep, but I have those for the |
I'm not sure if we can avoid this behavior: https://github.com/vuejs/language-tools/blob/master/packages/vue-tsc/bin/vue-tsc.js#L15-L17 Volar needs to patch tsc to include |
I have no direct imports from the |
Please check if this issue has been resolved in version 2.x. If not, feel free to create a new one. |
Uh oh!
There was an error while loading. Please reload this page.
Hello, after updating
vue-tsc
to1.8.8
in one of the projects, I'm having problems with it throwing an error from an external library. When the project runs with vite, thevue-tsc
throws an error from the external open-source component-library. This library is based on a differentvue-tsc
version, but I think it shouldn't be an issue (it's an external library after all), should it? I think theskipLibCheck
flag in thetsconfig.json
should do the job, but for some reason it doesn't.The tsconfig in the project is the following:
The text was updated successfully, but these errors were encountered: