Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 841 Bytes

File metadata and controls

24 lines (18 loc) · 841 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > RushConfigurationProject > localDependencyProjects

RushConfigurationProject.localDependencyProjects property

Warning: This API is now obsolete.

Use dependencyProjects instead, as it has Set semantics, which better reflect the nature of the data.

An array of projects within the Rush configuration which this project declares as dependencies.

Signature:

get localDependencyProjects(): ReadonlyArray<RushConfigurationProject>;