Home > @microsoft/api-extractor > IConfigApiReport > reportFileName
IConfigApiReport.reportFileName property
The filename for the API report files. It will be combined with reportFolder
or reportTempFolder
to produce a full output filename.
Signature:
reportFileName?: string;
Remarks
The file extension should be ".api.md", and the string should not contain a path separator such as \
or /
.