Rush StackShopBlogEvents
Skip to main content

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

RushConfigurationProject.localDependencyProjects property

Warning: This API is now obsolete.

Use dependencyProjects instead, as it has Set semantics, which better reflect the nature of the data.

An array of projects within the Rush configuration which this project declares as dependencies.

Signature:

get localDependencyProjects(): ReadonlyArray<RushConfigurationProject>;