mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-29 16:29:19 -05:00
Update LKG
This commit is contained in:
@@ -42075,7 +42075,8 @@ var ts;
|
||||
var options = {
|
||||
fileName: "config.js",
|
||||
compilerOptions: {
|
||||
target: 2
|
||||
target: 2,
|
||||
removeComments: true
|
||||
},
|
||||
reportDiagnostics: true
|
||||
};
|
||||
|
||||
@@ -42075,7 +42075,8 @@ var ts;
|
||||
var options = {
|
||||
fileName: "config.js",
|
||||
compilerOptions: {
|
||||
target: 2
|
||||
target: 2,
|
||||
removeComments: true
|
||||
},
|
||||
reportDiagnostics: true
|
||||
};
|
||||
|
||||
@@ -50045,7 +50045,8 @@ var ts;
|
||||
var options = {
|
||||
fileName: "config.js",
|
||||
compilerOptions: {
|
||||
target: 2 /* ES6 */
|
||||
target: 2 /* ES6 */,
|
||||
removeComments: true
|
||||
},
|
||||
reportDiagnostics: true
|
||||
};
|
||||
|
||||
@@ -50045,7 +50045,8 @@ var ts;
|
||||
var options = {
|
||||
fileName: "config.js",
|
||||
compilerOptions: {
|
||||
target: 2 /* ES6 */
|
||||
target: 2 /* ES6 */,
|
||||
removeComments: true
|
||||
},
|
||||
reportDiagnostics: true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user