Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/api-extractor > IExtractorConfigLoadForFolderOptions

IExtractorConfigLoadForFolderOptions interface

Options for ExtractorConfig.tryLoadForFolder().

Signature:

export interface IExtractorConfigLoadForFolderOptions 

Properties

Property

Modifiers

Type

Description

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.

startingFolder

string

The folder path to start from when searching for api-extractor.json.