Home > @microsoft/rush-lib > ITryFindRushJsonLocationOptions
ITryFindRushJsonLocationOptions interface
Options for RushConfiguration.tryFindRushJsonLocation
.
Signature:
export interface ITryFindRushJsonLocationOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
showVerbose? | boolean | (Optional) Whether to show verbose console messages. Defaults to false. | |
startingFolder? | string | (Optional) The folder path where the search will start. Defaults to the current working directory. |