From 13576064f34eef843665d6b854d37b55f5f1f29a Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Thu, 25 Aug 2016 10:16:53 -0700 Subject: [PATCH] Update LKG --- lib/tsserver.js | 3 ++- lib/tsserverlibrary.js | 3 ++- lib/typescript.js | 3 ++- lib/typescriptServices.js | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lib/tsserver.js b/lib/tsserver.js index 203f9169a42..6442f44c4f2 100644 --- a/lib/tsserver.js +++ b/lib/tsserver.js @@ -42075,7 +42075,8 @@ var ts; var options = { fileName: "config.js", compilerOptions: { - target: 2 + target: 2, + removeComments: true }, reportDiagnostics: true }; diff --git a/lib/tsserverlibrary.js b/lib/tsserverlibrary.js index cb33713bbc8..2fc40763ac3 100644 --- a/lib/tsserverlibrary.js +++ b/lib/tsserverlibrary.js @@ -42075,7 +42075,8 @@ var ts; var options = { fileName: "config.js", compilerOptions: { - target: 2 + target: 2, + removeComments: true }, reportDiagnostics: true }; diff --git a/lib/typescript.js b/lib/typescript.js index 84700b88430..58f39fe6f55 100644 --- a/lib/typescript.js +++ b/lib/typescript.js @@ -50045,7 +50045,8 @@ var ts; var options = { fileName: "config.js", compilerOptions: { - target: 2 /* ES6 */ + target: 2 /* ES6 */, + removeComments: true }, reportDiagnostics: true }; diff --git a/lib/typescriptServices.js b/lib/typescriptServices.js index 84700b88430..58f39fe6f55 100644 --- a/lib/typescriptServices.js +++ b/lib/typescriptServices.js @@ -50045,7 +50045,8 @@ var ts; var options = { fileName: "config.js", compilerOptions: { - target: 2 /* ES6 */ + target: 2 /* ES6 */, + removeComments: true }, reportDiagnostics: true };