UNPKG

hardhat-typechain

Version:
12 lines 436 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDefaultTypechainConfig = void 0; function getDefaultTypechainConfig(config) { const defaultConfig = { outDir: "typechain", target: "ethers-v5", }; return Object.assign(Object.assign({}, defaultConfig), config.typechain); } exports.getDefaultTypechainConfig = getDefaultTypechainConfig; //# sourceMappingURL=config.js.map