Skip to content

Commit

Permalink
useDeclareKeyword option
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jun 21, 2024
1 parent 4784715 commit b5009bc
Show file tree
Hide file tree
Showing 9 changed files with 797 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 b5009bc

Please sign in to comment.