UNPKG

@nbouvier/hardhat-configs-proxy

Version:
11 lines (8 loc) 316 B
import 'hardhat/types/runtime'; // import type { HardhatConfigsProxy } from '.'; declare module 'hardhat/types/runtime' { export interface HardhatRuntimeEnvironment { // Currently using HardhatConfigsProxy is not permitted by typescript configs: any; // HardhatConfigsProxy; } }