Adding -suppressExcessPropertyErrors compiler option

This commit is contained in:
Anders Hejlsberg
2015-08-26 17:13:53 -07:00
parent bbaf322ab7
commit bbdd340de9
5 changed files with 15 additions and 2 deletions

View File

@@ -184,6 +184,12 @@ namespace ts {
description: Diagnostics.Specifies_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations,
paramType: Diagnostics.LOCATION,
},
{
name: "suppressExcessPropertyErrors",
type: "boolean",
description: Diagnostics.Suppress_excess_property_checks_for_object_literals,
experimental: true
},
{
name: "suppressImplicitAnyIndexErrors",
type: "boolean",