Fix target error for gulp

This commit is contained in:
Andy Hanson 2016-12-08 08:33:58 -08:00
parent 863e4d6fa0
commit 8121de74d4

View File

@ -330,6 +330,7 @@ const builtGeneratedDiagnosticMessagesJSON = path.join(builtLocalDirectory, "dia
// processDiagnosticMessages script
gulp.task(processDiagnosticMessagesJs, false, [], () => {
const settings: tsc.Settings = getCompilerSettings({
target: "es5",
declaration: false,
removeComments: true,
noResolve: false,