rhlsthrm / hardhat-typechain

TypeChain tasks for Buidler
MIT License
18 stars 13 forks source link

Fix type definition for config object #9

Open chapati23 opened 3 years ago

chapati23 commented 3 years ago

hi 🙂 the currently released npm package is missing the runOnCompile: boolean config option, which is causing typescript errors:

98244402-ac734b00-1f6f-11eb-95df-5fba05644ea9 98244359-9b2a3e80-1f6f-11eb-896b-83f98a01df8f
chapati23 commented 3 years ago

created a quick PR that should fix this: https://github.com/rhlsthrm/hardhat-typechain/pull/10