| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > RushConfigurationProject > consumingProjects
The set of projects within the Rush configuration which declare this project as a dependency. Excludes those that declare this project as a cyclicDependencyProject<></>.
Signature:
get consumingProjects(): ReadonlySet<RushConfigurationProject>;This field is the counterpart to dependencyProjects<></>, and can be used recursively to walk the project dependency graph to find all projects which will be impacted by changes to this project.