Skip to content

Commit

Permalink
fix codegen config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Dec 25, 2023
1 parent 41e9fd2 commit 9cba522
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/starship/scripts/codegen.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ telescope({

prototypes: {
enabled: true,
addTypeUrlToObjects: true,
addTypeUrlToDecoders: true,
addAminoTypeToObjects: true,
excluded: {
packages: ['google.api.**', 'google.logging.**', 'google.protobuf.**']
},
parser: {
keepCase: false
},
Expand All @@ -128,7 +134,6 @@ telescope({
fromPartial: true,
toSDK: true,
fromSDK: true,
fromSDKJSON: true,
toAmino: true,
fromAmino: true,
toProto: true,
Expand Down

0 comments on commit 9cba522

Please sign in to comment.