Closed snario closed 5 years ago
I see this when running tsc on TypeScript 3.7.2:
tsc
../../node_modules/etherlime-lib/node_modules/ethers/utils/bytes.d.ts(5,10): error TS2440: Import declaration conflicts with local declaration of 'Arrayish'.
Actually seems like 13c82e89991c3cbe81c51d1ceec453a43dbb4415 on LimeChain/ethers.js fixed it. Needed to clear yarn cache.
13c82e89991c3cbe81c51d1ceec453a43dbb4415
LimeChain/ethers.js
yarn
I see this when running
tsc
on TypeScript 3.7.2: