Is it possible to generate type definitions with this package? #207
Unanswered
mechadragon01
asked this question in
Q&A
Replies: 1 comment 8 replies
-
You can just give it the |
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
-
I am looking at the package description for rollup-plugin-swc3
"Use rollup-plugin-dts which generates and bundle .d.ts, also does type checking. It is used by this plugin as well."
I can only get this plugin to work when
tsc
generates the type definition files. How do I get rollup-plugin-dts to generate type definition files?Beta Was this translation helpful? Give feedback.
All reactions