mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 02:30:12 +02:00
This PR fixes the following error: ``` node_modules/.pnpm/sharp@0.34.0/node_modules/sharp/lib/index.d.ts(1590,15): error TS2430: Interface 'OverlayOptions' incorrectly extends interface 'SharpOptions'. Types of property 'autoOrient' are incompatible. Type 'boolean | undefined' is not assignable to type 'boolean'. Type 'undefined' is not assignable to type 'boolean'. ```