UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

5 lines 262 B
export * from "./internal/core/config.js"; // NOTE: We import the builtin plugins in this module, so that their // type-extensions are loaded when the user imports `hardhat/config`. import "./internal/builtin-plugins/index.js"; //# sourceMappingURL=config.js.map