mohd-akram / rollup-plugin-typescript

Third time's the charm.
https://www.npmjs.com/package/rollup-plugin-typescript3
MIT License
1 stars 0 forks source link

Doesn't respect `declaration` option to produce d.ts files #1

Open jtenner opened 6 years ago

jtenner commented 6 years ago

Not sure how to help with this. Any ideas?

mohd-akram commented 6 years ago

Since declarations aren't really rollup specific, you can add tsc --emitDeclarationOnly to your build step.