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.