Home > @microsoft/api-extractor > ExtractorConfig > docModelIncludeForgottenExports
ExtractorConfig.docModelIncludeForgottenExports property
Whether "forgotten exports" should be included in the doc model file.
Signature:
readonly docModelIncludeForgottenExports: 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.