Open asbp opened 1 year ago
Hello! I have some codes that have TSDoc annotations on them. I want them to be included in d.ts file as well as in outputted js(es).
This might be painfully obvious but making sure you set removeComments to false in your tsconfig.json should work.
removeComments
false
tsconfig.json
Hello! I have some codes that have TSDoc annotations on them. I want them to be included in d.ts file as well as in outputted js(es).
Upvote & Fund