Skip to content

Commit b2bc91b

Browse files
authored
Merge pull request #9375 from zhengbli/fixTypo
Fix type of the disableSizeLimit option
2 parents be2ca35 + d9b8fad commit b2bc91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/commandLineParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ namespace ts {
423423
description: Diagnostics.Specify_library_files_to_be_included_in_the_compilation_Colon
424424
},
425425
{
426-
name: "disableProjectSizeLimit",
426+
name: "disableSizeLimit",
427427
type: "boolean"
428428
},
429429
{

0 commit comments

Comments
 (0)