Skip to content

Commit a85d286

Browse files
committed
fix typo: sourcemap -> sourceMap
1 parent c71e596 commit a85d286

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
@@ -89,7 +89,7 @@ module ts {
8989
description: Diagnostics.Do_not_emit_comments_to_output,
9090
},
9191
{
92-
name: "sourcemap",
92+
name: "sourceMap",
9393
type: "boolean",
9494
description: Diagnostics.Generates_corresponding_map_file,
9595
},

0 commit comments

Comments
 (0)