Describe the enhancement
Make clear that blockconfirmations should be defined in helper-hardhat-config.ts file if you're using TypeScript instead of JavaScript.
blockconfirmations does not exist as configuration property in Hardhat (docs).
It will throw the following error:
Property 'blockConfirmations' does not exist on type 'HardhatNetworkConfig'.
Issue is based on 'blockConfirmations' does not exist in type 'NetworkUserConfig'. #3025