Skip to content

Commit 8121de7

Browse files
author
Andy Hanson
committed
Fix target error for gulp
1 parent 863e4d6 commit 8121de7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Gulpfile.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ const builtGeneratedDiagnosticMessagesJSON = path.join(builtLocalDirectory, "dia
330330
// processDiagnosticMessages script
331331
gulp.task(processDiagnosticMessagesJs, false, [], () => {
332332
const settings: tsc.Settings = getCompilerSettings({
333+
target: "es5",
333334
declaration: false,
334335
removeComments: true,
335336
noResolve: false,

0 commit comments

Comments
 (0)