I have several files and I need to use the relative paths like below in my project.json:
"includeFiles": [ "../../../../../../bin/x64//Microsoft.Azure.Documents.ServiceInterop.dll"]
Is there a way in which I can define a variable for "../../../../../../" in project.json and then use it everywhere else in project.json instead of repeating this for all files?