Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/api-extractor > IExtractorMessagesConfig

IExtractorMessagesConfig interface

Configures how API Extractor reports error and warning messages produced during analysis.

Signature:

export interface IExtractorMessagesConfig 

Remarks

This is part of the IConfigFile structure.

Properties

Property

Modifiers

Type

Description

compilerMessageReporting?

IConfigMessageReportingTable

(Optional) Configures handling of diagnostic messages generating the TypeScript compiler while analyzing the input .d.ts files.

extractorMessageReporting?

IConfigMessageReportingTable

(Optional) Configures handling of messages reported by API Extractor during its analysis.

tsdocMessageReporting?

IConfigMessageReportingTable

(Optional) Configures handling of messages reported by the TSDoc parser when analyzing code comments.