BlueWallet / rn-ldk

Lightweight lightning node for React Native
MIT License
136 stars 25 forks source link

types path is wrong in package.json #59

Open rsbkmr opened 1 year ago

rsbkmr commented 1 year ago

It should be

"types": "lib/typescript/index.d.ts"

instead of

"types": "lib/typescript/src/index.d.ts"