mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 11:24:29 -05:00
implemented treat warning as errors commandline option (warnaserror).
This commit is contained in:
@@ -113,6 +113,11 @@ module ts {
|
||||
type: "boolean",
|
||||
description: Diagnostics.Print_the_compiler_s_version,
|
||||
},
|
||||
{
|
||||
name: "warnAsError",
|
||||
type: "boolean",
|
||||
description: Diagnostics.Report_all_warnings_as_errors,
|
||||
},
|
||||
{
|
||||
name: "watch",
|
||||
shortName: "w",
|
||||
|
||||
Reference in New Issue
Block a user