Home > @microsoft/api-extractor > IConfigApiReport
IConfigApiReport interface
Configures how the API report files (*.api.md) will be generated.
Signature:
export interface IConfigApiReport
Remarks
This is part of the IConfigFile structure.
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | Whether to generate an API report. | ||
boolean | (Optional) Whether "forgotten exports" should be included in the API report file. | ||
string | (Optional) The base filename for the API report files, to be combined with IConfigApiReport.reportFolder or IConfigApiReport.reportTempFolder to produce the full file path. | ||
string | (Optional) Specifies the folder where the API report file is written. The file name portion is determined by the | ||
string | (Optional) Specifies the folder where the temporary report file is written. The file name portion is determined by the | ||
(Optional) The set of report variants to generate. | |||
Readonly<Record<`@${string}`, boolean>> | (Optional) Specifies a list of TSDoc tags that should be reported in the API report file for items whose documentation contains them. |