diff --git a/packages/jimp/types/tsconfig.json b/packages/jimp/types/tsconfig.json index 6dbbf36d9..eb1dd15b0 100644 --- a/packages/jimp/types/tsconfig.json +++ b/packages/jimp/types/tsconfig.json @@ -6,6 +6,7 @@ "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, + "skipLibCheck": true, "noEmit": true, // If the library is an external module (uses `export`), this allows your test file to import "mylib" instead of "./index".