Home > @microsoft/api-extractor > IExtractorInvokeOptions > showDiagnostics
IExtractorInvokeOptions.showDiagnostics property
If true, API Extractor will print diagnostic information used for troubleshooting problems. These messages will be included as ExtractorLogLevel.Verbose output.
Signature:
showDiagnostics?: boolean;
Remarks
Setting showDiagnostics=true
forces showVerboseMessages=true
.