Update LKG

This commit is contained in:
Mohamed Hegazy
2016-08-25 10:16:53 -07:00
parent 6c49dc2f70
commit 13576064f3
4 changed files with 8 additions and 4 deletions

View File

@@ -42075,7 +42075,8 @@ var ts;
var options = {
fileName: "config.js",
compilerOptions: {
target: 2
target: 2,
removeComments: true
},
reportDiagnostics: true
};

View File

@@ -42075,7 +42075,8 @@ var ts;
var options = {
fileName: "config.js",
compilerOptions: {
target: 2
target: 2,
removeComments: true
},
reportDiagnostics: true
};

View File

@@ -50045,7 +50045,8 @@ var ts;
var options = {
fileName: "config.js",
compilerOptions: {
target: 2 /* ES6 */
target: 2 /* ES6 */,
removeComments: true
},
reportDiagnostics: true
};

View File

@@ -50045,7 +50045,8 @@ var ts;
var options = {
fileName: "config.js",
compilerOptions: {
target: 2 /* ES6 */
target: 2 /* ES6 */,
removeComments: true
},
reportDiagnostics: true
};