Environment
unstorage 1.17.3
node 22.20.0
pnpm 10.26.1 with autoInstallPeers: false
Reproduction
n/a
Describe the bug
Additional context
Imports of optional dependencies should be prefaced with @ts-ignore so consumers don't have to use skipLibCheck and potentially poison their types with any.
Logs
Environment
unstorage 1.17.3
node 22.20.0
pnpm 10.26.1 with
autoInstallPeers: falseReproduction
n/a
Describe the bug
Additional context
Imports of optional dependencies should be prefaced with
@ts-ignoreso consumers don't have to useskipLibCheckand potentially poison their types withany.Logs