We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04afcb8 commit 96c6e01Copy full SHA for 96c6e01
packages/ts-codegen/src/builder/builder.ts
@@ -56,7 +56,7 @@ export type TSBuilderOptions = {
56
bundle?: BundleOptions;
57
/**
58
* Enable using shorthand constructor.
59
- * Default: false
+ * Default: true
60
*/
61
useShorthandCtor?: boolean;
62
useContractsHooks?: UseContractsOptions;
packages/ts-codegen/types/src/builder/builder.d.ts
@@ -19,7 +19,7 @@ export declare type TSBuilderOptions = {
19
20
21
22
23
24
25
0 commit comments