Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 826 Bytes

File metadata and controls

24 lines (16 loc) · 826 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

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

RushConfigurationProject.dependencyProjects property

The set of projects within the Rush configuration which this project declares as dependencies.

Signature:

get dependencyProjects(): ReadonlySet<RushConfigurationProject>;

Remarks

Can be used recursively to walk the project dependency graph to find all projects that are directly or indirectly referenced from this project.