Official Documentation: https://www.typescriptlang.org/tsconfig#skipLibCheck
Some library may not coagulate all of their .d.ts
files to single behemoth. If you set skipLibCheck
to true, those typings will not be checked.
Sample case: Intertia React Package @ 1.0.14 (NPM Artifact link). The .d.ts
files were split to several files.
Fails to set skipLibCheck
will makes your IDE tells you that the typing for certain parts are missing.