Add inlineSourceMap option

This commit is contained in:
Mohamed Hegazy
2015-04-08 00:14:23 -07:00
parent 73e22ed9c2
commit a998abb153
16 changed files with 294 additions and 24 deletions

View File

@@ -30,6 +30,10 @@ module ts {
type: "boolean",
description: Diagnostics.Print_this_message,
},
{
name: "inlineSourceMap",
type: "boolean",
},
{
name: "listFiles",
type: "boolean",