solana-mobile / mobile-wallet-adapter

Other
222 stars 91 forks source link

fix: package type export #841

Closed ryoid closed 1 month ago

ryoid commented 1 month ago

Types need to be exported to be compatible with TypeScript's "moduleResolution": "bundler" compiler option.

https://publint.dev/@solana-mobile/wallet-adapter-mobile@2.1.3

If you use the adapter in a project with module resolution bundler, the types will not be resolved.