Home > @microsoft/rush-lib > ExperimentsConfiguration
ExperimentsConfiguration class
Use this class to load the "common/config/rush/experiments.json" config file. This file allows repo maintainers to enable and disable experimental Rush features.
Signature:
export declare class ExperimentsConfiguration
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the ExperimentsConfiguration
class.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
configuration | readonly | Readonly<IExperimentsJson> | (BETA) Get the experiments configuration. |