You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building my library with option to remove comments. At the same time I generate d.ts files for library.
Expectation is to remove comments from produced js files, and not from d.ts.
js is production file - I don't wan't comments there, d.ts is development - so JSDoc comment should not be removed even if remove comments flag is specified.
The text was updated successfully, but these errors were encountered:
I'm building my library with option to remove comments. At the same time I generate
d.ts
files for library.Expectation is to remove comments from produced
js
files, and not fromd.ts
.js
is production file - I don't wan't comments there,d.ts
is development - so JSDoc comment should not be removed even if remove comments flag is specified.The text was updated successfully, but these errors were encountered: