mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 15:45:27 -05:00
Merge pull request #9375 from zhengbli/fixTypo
Fix type of the disableSizeLimit option
This commit is contained in:
@@ -423,7 +423,7 @@ namespace ts {
|
||||
description: Diagnostics.Specify_library_files_to_be_included_in_the_compilation_Colon
|
||||
},
|
||||
{
|
||||
name: "disableProjectSizeLimit",
|
||||
name: "disableSizeLimit",
|
||||
type: "boolean"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user