Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 968 Bytes

File metadata and controls

27 lines (18 loc) · 968 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > NpmOptionsConfiguration

NpmOptionsConfiguration class

Options that are only used when the NPM package manager is selected.

Signature:

export declare class NpmOptionsConfiguration extends PackageManagerOptionsConfigurationBase 

Extends: PackageManagerOptionsConfigurationBase

Remarks

It is valid to define these options in rush.json even if the NPM package manager is not being used.

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the NpmOptionsConfiguration class.