Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 909 Bytes

File metadata and controls

21 lines (15 loc) · 909 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

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

RushConfiguration.commonRushConfigFolder property

The folder where Rush's additional config files are stored. This folder is always a subfolder called config\rush inside the common folder. (The common\config folder is reserved for configuration files used by other tools.) To avoid confusion or mistakes, Rush will report an error if this this folder contains any unrecognized files.

Example: C:\MyRepo\common\config\rush

Signature:

readonly commonRushConfigFolder: string;