@nomicfoundation/hardhat-verify
Version:
Hardhat plugin for verifying contracts
19 lines (18 loc) • 327 B
JSON
{
"extends": "../../../config/typescript/tsconfig.json",
"compilerOptions": {
"outDir": "../",
"rootDirs": ["."],
"composite": true
},
"include": ["./**/*.ts"],
"exclude": [],
"references": [
{
"path": "../../hardhat-core/src"
},
{
"path": "../../hardhat-ethers/src"
}
]
}