Add shortname for watch option

This commit is contained in:
Sheetal Nandi
2018-08-29 11:58:38 -07:00
parent d066e1e9e3
commit 068840d471
+1
View File
@@ -208,6 +208,7 @@ namespace ts {
},
{
name: "watch",
shortName:"w",
category: Diagnostics.Command_line_Options,
description: Diagnostics.Watch_input_files,
type: "boolean"