Skip to content

Commit 6070dcc

Browse files
committed
Merge pull request #421 from hn3000/fixTypo-sourceMap
fix typo: sourcemap -> sourceMap
2 parents 349367d + a85d286 commit 6070dcc

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)