Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 911 Bytes

File metadata and controls

26 lines (19 loc) · 911 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

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

RushConfiguration.rushLinkJsonFilename property

Warning: This API is now obsolete.

The "rush-link.json" file was removed in Rush 5.30.0. Use RushConfigurationProject.localDependencyProjects instead.

The filename of the build dependency data file. By default this is called 'rush-link.json' resides in the Rush common folder. Its data structure is defined by IRushLinkJson.

Example: C:\MyRepo\common\temp\rush-link.json

Signature:

get rushLinkJsonFilename(): string;