rollup/rollup-plugin-typescript

How to generate *.d.ts also?

kyasbal opened this issue · 3 comments

I specified "declaration" flag true in my tsconfig.json.
But, any *d.ts files would not be generated.
I guess there is some cases want to generate *.d.ts files before bundling also when we use rollup to bundle them.

Any updates on this issue?

Merging this into #62 as a general declarations issue.

same question, Any updates?