Add npm location setting

For #24961

Picks up https://github.com/Microsoft/TypeScript/pull/16084/files

Allows users to manually set the npm install location
This commit is contained in:
Matt Bierner
2017-05-30 16:36:03 -07:00
parent 50e2a9ac2e
commit 91c7fbe242
4 changed files with 24 additions and 1 deletions

View File

@@ -103,6 +103,14 @@
"default": true,
"description": "%typescript.check.tscVersion%"
},
"typescript.npm": {
"type": [
"string",
"null"
],
"default": null,
"description": "%typescript.npm%"
},
"typescript.check.npmIsInstalled": {
"type": "boolean",
"default": true,