microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.
MIT License
11.29k stars 2.76k forks source link

chore: adding "skipLibCheck": true #320

Open colantuomo opened 3 years ago

colantuomo commented 3 years ago

Hey guys, I'm adding "skipLibCheck": true to ignore thid-party libraries.

That can be confusing for some new programmers using ts with node