-
Notifications
You must be signed in to change notification settings - Fork 12
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
After publish, the JSDoc comments are not retained in neither the typescript declaration files or transpiled javascript. The reason being this line:
https://github.com/AndcultureCode/AndcultureCode.JavaScript.React/blob/c5d923dc395e1fcc1943ac12f91e03f5194bc9a7/tsconfig.json#L18
This is a known issue, but there still isn't a solution that allows for removing comments but still keeping the JSDoc comments. See here: microsoft/TypeScript#14619
The simplest solution for the time being is to set "removeComments": false
Similar to rsm-hcd/AndcultureCode.JavaScript.React#37
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation