diff --git a/src/compiler/commandLineParser.ts b/src/compiler/commandLineParser.ts index da08aec616f..0e48953eaa7 100644 --- a/src/compiler/commandLineParser.ts +++ b/src/compiler/commandLineParser.ts @@ -89,7 +89,7 @@ module ts { description: Diagnostics.Do_not_emit_comments_to_output, }, { - name: "sourcemap", + name: "sourceMap", type: "boolean", description: Diagnostics.Generates_corresponding_map_file, },