Skip to content

Latest commit

 

History

History
70 lines (36 loc) · 1.25 KB

File metadata and controls

70 lines (36 loc) · 1.25 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

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.