mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
Removing trailing comma that breaks cscript.exe.
This commit is contained in:
parent
52ca6071c9
commit
1e586134f7
@ -34,7 +34,7 @@ module ts {
|
||||
{ name: "sourceRoot", type: "string" },
|
||||
{ name: "target", type: { "es3": ScriptTarget.ES3, "es5": ScriptTarget.ES5 }, error: Diagnostics.Argument_for_target_option_must_be_es3_or_es5 },
|
||||
{ name: "version", type: "boolean" },
|
||||
{ name: "watch", type: "boolean" },
|
||||
{ name: "watch", type: "boolean" }
|
||||
];
|
||||
|
||||
// Map command line switches to compiler options' property descriptors. Keys must be lower case spellings of command line switches.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user