Publish types to npm #20
johannschopplich
started this conversation in
Ideas
Replies: 1 comment
-
No external plugin is needed. Kept type generation logic to a bare minimum: #29 |
Beta Was this translation helpful? Give feedback.
0 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.
-
Using Petite Vue in a Typescript context is tricky since no types are being published.
… throws an error I can only supress with
@ts-ignore
(or alike).Maybe add vite-plugin-dts to the Vite config? Would typings be relevant for others as well?
Beta Was this translation helpful? Give feedback.
All reactions