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