Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 891 Bytes

File metadata and controls

19 lines (14 loc) · 891 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > RushConfiguration > projectFolderMinDepth

RushConfiguration.projectFolderMinDepth property

The minimum allowable folder depth for the projectFolder field in the rush.json file. This setting provides a way for repository maintainers to discourage nesting of project folders that makes the directory tree more difficult to navigate. The default value is 2, which implements a standard 2-level hierarchy of <categoryFolder>/<projectFolder>/package.json<></>.

Signature:

readonly projectFolderMinDepth: number;