fix typo: sourcemap -> sourceMap

This commit is contained in:
Harald Niesche
2014-08-10 14:02:49 +02:00
parent c71e596ba8
commit a85d28628b

View File

@@ -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,
},