Skip to content

Commit 068840d

Browse files
committed
Add shortname for watch option
1 parent d066e1e commit 068840d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tsc/tsc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ namespace ts {
208208
},
209209
{
210210
name: "watch",
211+
shortName:"w",
211212
category: Diagnostics.Command_line_Options,
212213
description: Diagnostics.Watch_input_files,
213214
type: "boolean"

0 commit comments

Comments
 (0)