dethcrypto / TypeChain

🔌 TypeScript bindings for Ethereum smart contracts
MIT License
2.76k stars 365 forks source link

feat: add node16Modules flag for hardhat #874

Closed raymondfeng closed 1 year ago

raymondfeng commented 1 year ago

This PR allows @typechain/hardhat to configure node16Modules flag so that we can generate ESM compatible code.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: ef869ed448cc8b39efcbd7cb6f9432ffae6b5946

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------------ | ----- | | @typechain/hardhat | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

krzkaczor commented 1 year ago

Thanks!