Home > @rushstack/rig-package > IRigConfigJson
IRigConfigJson interface
Represents the literal contents of the config/rig.json file.
Signature:
export interface IRigConfigJson
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| rigPackageName | string | The name of the rig package to use. | |
| rigProfile? | string | (Optional) Specify which rig profile to use from the rig package. |