[vite] Types for Vite plugin #1645
Unanswered
angelhdzmultimedia
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 |
10 replies
|
At a glance it seems like you may be experiencing this bug: #1634 |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi 👋,
can't find the types for vite plugin. I tried setting
types: ["@danielx/civet/vite"]"as other libs do. EnablingallowJsintsconfigdoesn't nothing.Also tried renaming
vite.config.tstovite.config.civetas a desperate measure.It's working at runtime. My
App.vuehas a<script src="./App">where./Appis./App.civetand Vite plugin is successfully transforming\*.civetto\*.ts.All reactions