Skip to content

Commit dc92ae2

Browse files
committed
use .ts extension in codegenned import statements
1 parent b658026 commit dc92ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/codegen.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ telescope({
1010
protoDirs: ["protos/cosmos-sdk", "protos/wasmd", "protos/ibc-go"],
1111
outPath: outPath,
1212
options: {
13-
restoreImportExtension: ".js",
13+
restoreImportExtension: ".ts",
1414
logLevel: 0,
1515
useSDKTypes: false,
1616
tsDisable: {

0 commit comments

Comments
 (0)