Open touhidurrr opened 7 months ago
This might be painfully obvious but making sure you set removeComments
to false
in your tsconfig.json
should work.
This might be painfully obvious but making sure you set
removeComments
tofalse
in yourtsconfig.json
should work.
Yet 7 months after someone finally answered it, sigh. I opted to use tsc
to generate stuff in the meantime. I will give it a try and see what happens.
tsup is removing import JSDoc comments from .d.ts. How can I fix this?
Upvote & Fund