For example, instead of using
/// <reference path="../../../myCustomPathWhichMightNotWorkOnMyCoWorkersComputer/library.d.ts" />
I’d like to use either
/// <reference path="$(MY_PARTNER_TEAM_LIB)/library.d.ts" />
Or
/// <reference path="%MY_PARTNER_TEAM_LIB%/library.d.ts" />