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