Merge pull request #9375 from zhengbli/fixTypo

Fix type of the disableSizeLimit option
This commit is contained in:
Zhengbo Li 2016-06-27 13:03:09 -07:00 committed by GitHub
commit b2bc91b074

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"
},
{