Rush StackShopBlogEvents
Skip to main content

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

RushConfigurationProject.decoupledLocalDependencies property

A list of local projects that appear as devDependencies for this project, but cannot be locally linked because it would create a cyclic dependency; instead, the last published version will be installed in the Common folder.

These are package names that would be found by RushConfiguration.getProjectByName().

Signature:

readonly decoupledLocalDependencies: Set<string>;