hyperweb-io/ts-codegen

Conflict with "no implicit override" TS rule.

j0nl1 opened this issue ยท 2 comments

j0nl1 commented

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

hey @j0nl1 does this help #79 ?

we added a feature for this client.noImplicitOverride

j0nl1 commented

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