-
Notifications
You must be signed in to change notification settings - Fork 0
/
.telescope.json
59 lines (59 loc) · 1.17 KB
/
.telescope.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"protoDirs": [
"./proto"
],
"outPath": "./src/codegen",
"options": {
"interfaces": {
"enabled": false,
"useByDefault": false,
"useUnionTypes": false
},
"prototypes": {
"enabled": true,
"parser": {
"keepCase": false
},
"methods": {
"fromJSON": false,
"toJSON": false,
"encode": true,
"decode": true,
"fromPartial": true,
"toAmino": true,
"fromAmino": true,
"fromProto": true,
"toProto": true
},
"addTypeUrlToObjects": true,
"addTypeUrlToDecoders": true,
"typingsFormat": {
"duration": "duration",
"timestamp": "date",
"useExact": false,
"useDeepPartial": false,
"num64": "bigint",
"customTypes": {
"useCosmosSDKDec": true
}
}
},
"bundle": {
"enabled": true
},
"stargateClients": {
"enabled": true,
"includeCosmosDefaultTypes": true
},
"aminoEncoding": {
"enabled": true
},
"lcdClients": {
"enabled": true
},
"rpcClients": {
"enabled": true,
"camelCase": true
}
}
}