UNPKG

@hypesimlabs/hardhat-toolbox

Version:

Nomic Foundation's recommended bundle of Hardhat plugins (ethers based)

28 lines (27 loc) 497 B
{ "extends": "../../../config/typescript/tsconfig.json", "compilerOptions": { "outDir": "../", "rootDirs": ["."], "composite": true }, "include": ["./**/*.ts"], "exclude": [], "references": [ { "path": "../../hardhat-core/src" }, { "path": "../../hardhat-chai-matchers" }, { "path": "../../hardhat-network-helpers" }, { "path": "../../hardhat-ethers/src" }, { "path": "../../hardhat-verify/src" } ] }