LimeChain / etherlime

Dapp Development framework based on ethers.js
MIT License
185 stars 41 forks source link

Fix TypeScript error in custom ethers.js #296

Closed snario closed 5 years ago

snario commented 5 years ago

I see this when running tsc on TypeScript 3.7.2:

 ../../node_modules/etherlime-lib/node_modules/ethers/utils/bytes.d.ts(5,10): error TS2440: Import declaration conflicts with local declaration of 'Arrayish'.
snario commented 5 years ago

Actually seems like 13c82e89991c3cbe81c51d1ceec453a43dbb4415 on LimeChain/ethers.js fixed it. Needed to clear yarn cache.