Home > @microsoft/api-extractor > IConfigDocModel > includeForgottenExports
IConfigDocModel.includeForgottenExports property
Whether "forgotten exports" should be included in the doc model file.
Signature:
includeForgottenExports?: boolean;
Remarks
Forgotten exports are declarations flagged with ae-forgotten-export
warnings. See https://api-extractor.com/pages/messages/ae-forgotten-export/ to learn more.