Skip to content

Commit 1357606

Browse files
committed
Update LKG
1 parent 6c49dc2 commit 1357606

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

lib/tsserver.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42075,7 +42075,8 @@ var ts;
4207542075
var options = {
4207642076
fileName: "config.js",
4207742077
compilerOptions: {
42078-
target: 2
42078+
target: 2,
42079+
removeComments: true
4207942080
},
4208042081
reportDiagnostics: true
4208142082
};

lib/tsserverlibrary.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42075,7 +42075,8 @@ var ts;
4207542075
var options = {
4207642076
fileName: "config.js",
4207742077
compilerOptions: {
42078-
target: 2
42078+
target: 2,
42079+
removeComments: true
4207942080
},
4208042081
reportDiagnostics: true
4208142082
};

lib/typescript.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50045,7 +50045,8 @@ var ts;
5004550045
var options = {
5004650046
fileName: "config.js",
5004750047
compilerOptions: {
50048-
target: 2 /* ES6 */
50048+
target: 2 /* ES6 */,
50049+
removeComments: true
5004950050
},
5005050051
reportDiagnostics: true
5005150052
};

lib/typescriptServices.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50045,7 +50045,8 @@ var ts;
5004550045
var options = {
5004650046
fileName: "config.js",
5004750047
compilerOptions: {
50048-
target: 2 /* ES6 */
50048+
target: 2 /* ES6 */,
50049+
removeComments: true
5004950050
},
5005050051
reportDiagnostics: true
5005150052
};

0 commit comments

Comments
 (0)