| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > RushConfigurationProject > dependencyProjects
The set of projects within the Rush configuration which this project declares as dependencies.
Signature:
get dependencyProjects(): ReadonlySet<RushConfigurationProject>;Can be used recursively to walk the project dependency graph to find all projects that are directly or indirectly referenced from this project.