Skip to content

Commit 1729ea8

Browse files
author
Yui T
committed
Update command line
1 parent 7d64ec9 commit 1729ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/commandLineParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ namespace ts {
100100
"umd": ModuleKind.UMD,
101101
"es6": ModuleKind.ES2015,
102102
"es2015": ModuleKind.ES2015,
103-
"es2018": ModuleKind.ESNext
103+
"esnext": ModuleKind.ESNext
104104
}),
105105
paramType: Diagnostics.KIND,
106106
showInSimplifiedHelpView: true,

0 commit comments

Comments
 (0)