Home > @microsoft/api-extractor > IExtractorConfigPrepareOptions > tsdocConfigFile
IExtractorConfigPrepareOptions.tsdocConfigFile property
Allow customization of the tsdoc.json config file. If omitted, this file will be loaded from its default location. If the file does not exist, then the standard definitions will be used from @microsoft/api-extractor/extends/tsdoc-base.json
.
Signature:
tsdocConfigFile?: TSDocConfigFile;