Skip to content

Commit d9b8fad

Browse files
committed
Fix type of the disableSizeLimit option
1 parent be2ca35 commit d9b8fad

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)