Merge pull request #7883 from Microsoft/listEmittedFiles2

Add option to list the emitted files as part of the compiler output.
This commit is contained in:
Paul van Brenk
2016-04-07 17:50:26 -07:00
5 changed files with 36 additions and 2 deletions
+4
View File
@@ -336,6 +336,10 @@ namespace ts {
type: "boolean",
description: Diagnostics.Do_not_emit_use_strict_directives_in_module_output
},
{
name: "listEmittedFiles",
type: "boolean"
},
{
name: "lib",
type: "list",