Merge pull request #421 from hn3000/fixTypo-sourceMap

fix typo: sourcemap -> sourceMap
This commit is contained in:
Mohamed Hegazy
2014-08-12 11:27:50 -07:00

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