Fix type of the disableSizeLimit option

This commit is contained in:
zhengbli 2016-06-27 11:46:58 -07:00
parent be2ca35b00
commit d9b8fad728

View File

@ -423,7 +423,7 @@ namespace ts {
description: Diagnostics.Specify_library_files_to_be_included_in_the_compilation_Colon
},
{
name: "disableProjectSizeLimit",
name: "disableSizeLimit",
type: "boolean"
},
{