Non-existant/incorrect paths show no errors #3768
Answered
by
so1ve
douglasg14b
asked this question in
Q&A
-
When I have an invalid component import, no errors are shown. I'm using the TypeScript Vue Plugin. For example: <script setup lang="ts">
import Logo from '../LogoTypo.vue';
</script> I'm importing from a file that does not exist, yet there are no errors, or warnings. nd the import is typed as How can I have errors for invalid imports with Volar? |
Beta Was this translation helpful? Give feedback.
Answered by
so1ve
Dec 1, 2023
Replies: 1 comment 1 reply
-
Remove the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
douglasg14b
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove the
d.ts
file that containsdeclare module "*.vue"