Skip to content

Commit

Permalink
chore: type resolution hack
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Oct 24, 2022
1 parent ed8f236 commit fa1733a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/zoe/src/contractSupport/priceAuthority.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import { AmountMath } from '@agoric/ertp';
import { makeNotifier } from '@agoric/notifier';

import '../../exported.js';
// global types
// eslint-disable-next-line import/no-unresolved -- d.ts file, resolvable only by TypeScript
import '@agoric/swingset-vat/src/vats/timer/types.js';

/**
* @callback CompareAmount
Expand Down

0 comments on commit fa1733a

Please sign in to comment.