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 would like the my JSDoc style comments of functions/classes go into the type declaration files instead of the emitted JS files.
That way, if I chose to use my JS without any minification, I can use it, while the comments would serve their purpose during autocomplete/intellisense in Webstorm/VSCode as well.
Right now, except interfaces, all other comments go into the emitted JS not into the d.ts files.
The text was updated successfully, but these errors were encountered:
I would like the my JSDoc style comments of functions/classes go into the type declaration files instead of the emitted JS files.
That way, if I chose to use my JS without any minification, I can use it, while the comments would serve their purpose during autocomplete/intellisense in Webstorm/VSCode as well.
Right now, except interfaces, all other comments go into the emitted JS not into the d.ts files.
The text was updated successfully, but these errors were encountered: