From a85d28628be5c0190f59c0c3a91cc3aaa866b8c9 Mon Sep 17 00:00:00 2001 From: Harald Niesche Date: Sun, 10 Aug 2014 14:02:49 +0200 Subject: [PATCH] fix typo: sourcemap -> sourceMap --- src/compiler/commandLineParser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },