Home > @microsoft/rush-lib > RushConfiguration > currentVariantJsonFilePath
RushConfiguration.currentVariantJsonFilePath property
The filename of the variant dependency data file. By default this is called 'current-variant.json' and resides in the Rush common folder. Its data structure is defined by ICurrentVariantJson.
Example: C:\MyRepo\common\temp\current-variant.json
Signature:
readonly currentVariantJsonFilePath: string;