Skip to content

Commit

Permalink
feat!: build .d.ts instead of .ts
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Nov 4, 2022
1 parent a936a6f commit ad84094
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 7,823 deletions.
2 changes: 2 additions & 0 deletions packages/agoric-cli/src/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import { stringToPath } from '@cosmjs/crypto';
import { Decimal } from '@cosmjs/math';
import { Bech32 } from '@cosmjs/encoding';

// @ts-expect-error ESM confusion
// eslint-disable-next-line import/no-unresolved -- doesn't understand "exports" field
import { MsgInstallBundle } from '@agoric/cosmic-proto/swingset/msgs.js';

// https://github.com/Agoric/agoric-sdk/blob/master/golang/cosmos/daemon/main.go
Expand Down
Loading

0 comments on commit ad84094

Please sign in to comment.