Home > @microsoft/rush-lib > RushConfigurationProject > downstreamDependencyProjects
RushConfigurationProject.downstreamDependencyProjects property
Warning: This API is now obsolete.
Use
consumingProjectNames
instead, as it has Set semantics, which better reflect the nature of the data.
An array of projects within the Rush configuration which directly depend on this package.
Signature:
get downstreamDependencyProjects(): string[];