What does the "skipLibCheck": true option do in tsconfig.json?
Skips type checking for third-party libraries, improving compilation speed.
Removes all type definitions from node_modules.
Disables TypeScript’s type-checking system entirely.
Forces TypeScript to check every single .d.ts file strictly.
This question is part of this quiz :
TypeScript Configuration and Performance