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 27 forks source link

Conflict with "no implicit override" TS rule. #82

Closed j0nl1 closed 1 year ago

j0nl1 commented 1 year ago

In case you have this rule active in your tsconfig, you have to update manually to include override each time they are generated. Will be great to be included in the generation 😄

image

pyramation commented 1 year ago

hey @j0nl1 does this help https://github.com/CosmWasm/ts-codegen/pull/79 ?

we added a feature for this client.noImplicitOverride

j0nl1 commented 1 year ago

amazing, absolutely, this solve my issue! Thank you!!