Skip to content

Commit b5009bc

Browse files
committed
useDeclareKeyword option
1 parent 4784715 commit b5009bc

File tree

9 files changed

+797
-16
lines changed

9 files changed

+797
-16
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ The `client` plugin will generate TS client classes for your contracts. This opt
132132
| `client.enabled` | generate TS client classes for your contracts |
133133
| `client.execExtendsQuery` | execute should extend query message clients |
134134
| `client.noImplicitOverride` | should match your tsconfig noImplicitOverride option |
135+
| `client.useDeclareKeyword` | use declare keyword for inherited class fields |
135136

136137

137138
### React Query

0 commit comments

Comments
 (0)