UNPKG

buidler-typechain

Version:
5 lines (4 loc) 133 B
export interface TypechainConfig { outDir?: string; target?: "ethers-v4" | "ethers-v5" | "truffle" | "web3-v1" | "truffle-v5"; }