[vite] Types for Vite plugin #1645
Unanswered
angelhdzdev
asked this question in
Q&A
Replies: 2 comments 18 replies
-
The types are in So you're failing to get types for the Vite plugin in VSCode when looking at |
Beta Was this translation helpful? Give feedback.
10 replies
-
At a glance it seems like you may be experiencing this bug: #1634 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi 👋,
can't find the types for vite plugin. I tried setting
types: ["@danielx/civet/vite"]"
as other libs do. EnablingallowJs
intsconfig
doesn't nothing.Also tried renaming
vite.config.ts
tovite.config.civet
as a desperate measure.It's working at runtime. My
App.vue
has a<script src="./App">
where./App
is./App.civet
and Vite plugin is successfully transforming\*.civet
to\*.ts
.Beta Was this translation helpful? Give feedback.
All reactions