UNPKG

hardhat-typechain

Version:
11 lines 335 B
import "hardhat/types/config"; import { TypechainConfig, TypechainUserConfig } from "./types"; declare module "hardhat/types/config" { interface HardhatUserConfig { typechain?: TypechainUserConfig; } interface HardhatConfig { typechain: TypechainConfig; } } //# sourceMappingURL=type-extensions.d.ts.map