Types Map WIP

This commit is contained in:
Ryan Cavanaugh
2017-07-27 16:07:50 -07:00
parent 70e5c6b1e5
commit 5272ec6309
12 changed files with 642 additions and 40 deletions

View File

@@ -12,6 +12,7 @@ namespace ts.server {
export const LogFile = "--logFile";
export const EnableTelemetry = "--enableTelemetry";
export const TypingSafeListLocation = "--typingSafeListLocation";
export const TypesMapLocation = "--typesMapLocation";
/**
* This argument specifies the location of the NPM executable.
* typingsInstaller will run the command with `${npmLocation} install ...`.