Replies: 2 comments
-
Good question, I don't know :), maybe you can reference https://github.com/qmhc/vite-plugin-dts/search?q=%22vue-tsc%22&type=issues. |
Beta Was this translation helpful? Give feedback.
0 replies
-
vite-plugin-dts struggles to compile complex nested vue components |
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.
-
I'm wondering about the pros and cons of each.
Personally, often
vue-tsc --declaration --emitDeclarationOnly
just works better.The pro about
vite-plugin-dts
is that it has well documented configuration you can pass in thevite.config.ts
.Any other findings?
Beta Was this translation helpful? Give feedback.
All reactions