CosmWasm / ts-codegen

Convert your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.
https://cosmology.zone/products/ts-codegen
Apache License 2.0
116 stars 29 forks source link

[Request] Option for types path in client generation #87

Open j0nl1 opened 1 year ago

j0nl1 commented 1 year ago

Hey!

It's not prioritary but will be great to have an extra property in the client config in order to define in what path are your types. I tried to build types for one side and clients for the other side and got that problem client is important types from the same path. I would like to have them in different folders since that will be easier for me to export it in a npm package.

Thanks and as always great job! 🚀