Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/api-extractor > IExtractorConfigLoadForFolderOptions

IExtractorConfigLoadForFolderOptions interface

Options for ExtractorConfig.tryLoadForFolder().

Signature:

export interface IExtractorConfigLoadForFolderOptions 

Properties

PropertyModifiersTypeDescription
packageJsonLookup?PackageJsonLookup(Optional) An already constructed PackageJsonLookup cache object to use. If omitted, a temporary one will be constructed.
rigConfig?IRigConfig(Optional) An already constructed RigConfig object. If omitted, then a new RigConfig object will be constructed.
startingFolderstringThe folder path to start from when searching for api-extractor.json.