Add --inlineSources option

This commit is contained in:
Mohamed Hegazy
2015-04-20 20:33:31 -07:00
parent c940b1651a
commit 658bba9eaf
22 changed files with 366 additions and 23 deletions

View File

@@ -34,6 +34,10 @@ module ts {
name: "inlineSourceMap",
type: "boolean",
},
{
name: "inlineSources",
type: "boolean",
},
{
name: "listFiles",
type: "boolean",