Add -noEmit compiler flag.

This commit is contained in:
Arnavion
2014-12-16 20:25:19 -08:00
parent cd7fc0c3fe
commit dbe5cd0459
4 changed files with 11 additions and 0 deletions

View File

@@ -54,6 +54,11 @@ module ts {
paramType: Diagnostics.KIND,
error: Diagnostics.Argument_for_module_option_must_be_commonjs_or_amd
},
{
name: "noEmit",
type: "boolean",
description: Diagnostics.Do_not_emit_outputs,
},
{
name: "noEmitOnError",
type: "boolean",