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
When declaration: true and removeComments: true, I would expect comments to be removed from the javascript file(s), and leave the JSDoc in the .d.ts file(s).
Actual behavior:
All comments are removed from all files.
When declaration: true and removeComments: false comments don't get removed from the javascript file(s) but they do get removed from the .d.ts file(s) unless it is JSDoc.
The text was updated successfully, but these errors were encountered:
TypeScript Version: 2.0.3
.vscode/settings.json
./tsconfig.json
Expected behavior:
When
declaration: true
andremoveComments: true
, I would expect comments to be removed from the javascript file(s), and leave the JSDoc in the.d.ts
file(s).Actual behavior:
All comments are removed from all files.
When
declaration: true
andremoveComments: false
comments don't get removed from the javascript file(s) but they do get removed from the.d.ts
file(s) unless it is JSDoc.The text was updated successfully, but these errors were encountered: