UNPKG

666 BJavaScriptView Raw
1"use strict";
2// This file defines the different config types.
3//
4// For each possible kind of config value, we have two types:
5//
6// One that ends with UserConfig, which represent the config as
7// written in the user's config file.
8//
9// The other one, with the same name except without the User part, represents
10// the resolved value as used during the hardhat execution.
11//
12// Note that while many declarations are repeated here (i.e. network types'
13// fields), we don't use `extends` as that can interfere with plugin authors
14// trying to augment the config types.
15Object.defineProperty(exports, "__esModule", { value: true });
16//# sourceMappingURL=config.js.map
\No newline at end of file