Home > @microsoft/api-extractor > ExtractorConfig > omitTrimmingComments
ExtractorConfig.omitTrimmingComments property
When a declaration is trimmed, by default it will be replaced by a code comment such as "Excluded from this release type: exampleMember". Set "omitTrimmingComments" to true to remove the declaration completely.
Signature:
readonly omitTrimmingComments: boolean;