ivogabe / gulp-typescript

A TypeScript compiler for gulp with incremental compilation support.
MIT License
839 stars 129 forks source link

What is the "noLibCheck" option? I see TypeScript has a "skipLibCheck" option. #636

Open trusktr opened 4 years ago

trusktr commented 4 years ago

I see TypeScript has a skipLibCheck option over at https://www.typescriptlang.org/docs/handbook/compiler-options.html.

What is the noLibCheck option that I see in the type definition for gulp-typescript?