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
-
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