Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/rig-package > ILoadForProjectFolderOptions

ILoadForProjectFolderOptions interface

Options for RigConfig.loadForProjectFolder().

Signature:

export interface ILoadForProjectFolderOptions 

Properties

Property

Modifiers

Type

Description

bypassCache?

boolean

(Optional) If specified, force a fresh load instead of returning a cached entry, if one existed.

overrideRigJsonObject?

IRigConfigJson

(Optional) If specified, instead of loading the config/rig.json from disk, this object will be substituted instead.

projectFolderPath

string

The path to the folder of the project to be analyzed. This folder should contain a package.json file.