UNPKG

@nomicfoundation/hardhat-verify

Version:
19 lines (18 loc) 327 B
{ "extends": "../../../config/typescript/tsconfig.json", "compilerOptions": { "outDir": "../", "rootDirs": ["."], "composite": true }, "include": ["./**/*.ts"], "exclude": [], "references": [ { "path": "../../hardhat-core/src" }, { "path": "../../hardhat-ethers/src" } ] }