From d9b8fad72848e39a2984b1fb0b0b9ead7273cd31 Mon Sep 17 00:00:00 2001 From: zhengbli Date: Mon, 27 Jun 2016 11:46:58 -0700 Subject: [PATCH] Fix type of the disableSizeLimit option --- src/compiler/commandLineParser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/commandLineParser.ts b/src/compiler/commandLineParser.ts index 1c1b51f2a29..0264f9817da 100644 --- a/src/compiler/commandLineParser.ts +++ b/src/compiler/commandLineParser.ts @@ -423,7 +423,7 @@ namespace ts { description: Diagnostics.Specify_library_files_to_be_included_in_the_compilation_Colon }, { - name: "disableProjectSizeLimit", + name: "disableSizeLimit", type: "boolean" }, {