From 223d26f53566160153afc1b83f7e44b5a2eb390d Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Thu, 4 Jun 2015 13:56:33 -0700 Subject: [PATCH] Expose skipDefaultLibCheck as a commandline option --- src/compiler/commandLineParser.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/compiler/commandLineParser.ts b/src/compiler/commandLineParser.ts index 61739fcecac..a3065bd7a4b 100644 --- a/src/compiler/commandLineParser.ts +++ b/src/compiler/commandLineParser.ts @@ -103,6 +103,10 @@ module ts { name: "noResolve", type: "boolean", }, + { + name: "skipDefaultLibCheck", + type: "boolean", + }, { name: "out", type: "string",