; Install the file:../../ @microsoft/mxc-sdk dependency as a packed copy instead
; of a symlink/junction. Without this, npm creates a junction at
; node_modules/@microsoft/mxc-sdk pointing back at the sdk root, which breaks
; `git clean` on Windows and self-references the repo tree. install-links makes
; every install in this directory (including a bare `npm install`) produce a
; real directory and replace any pre-existing junction.
install-links=true
