Skip to content

Commit 223d26f

Browse files
committed
Expose skipDefaultLibCheck as a commandline option
1 parent 482e333 commit 223d26f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/compiler/commandLineParser.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ module ts {
103103
name: "noResolve",
104104
type: "boolean",
105105
},
106+
{
107+
name: "skipDefaultLibCheck",
108+
type: "boolean",
109+
},
106110
{
107111
name: "out",
108112
type: "string",

0 commit comments

Comments
 (0)