Skip to content

Commit

Permalink
Merge pull request #150 from CosmWasm/feat/declare-keyword
Browse files Browse the repository at this point in the history
Feat/declare keyword
  • Loading branch information
pyramation authored Jun 21, 2024
2 parents 4784715 + 6c4d080 commit bd59068
Show file tree
Hide file tree
Showing 10 changed files with 815 additions and 16 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ The `client` plugin will generate TS client classes for your contracts. This opt
| `client.enabled` | generate TS client classes for your contracts |
| `client.execExtendsQuery` | execute should extend query message clients |
| `client.noImplicitOverride` | should match your tsconfig noImplicitOverride option |
| `client.useDeclareKeyword` | use declare keyword for inherited class fields |


### React Query
Expand Down
Loading

0 comments on commit bd59068

Please sign in to comment.