@nomicfoundation/hardhat-chai-matchers
Version:
Hardhat utils for testing
20 lines (19 loc) • 358 B
JSON
{
"extends": "../../../config/typescript/tsconfig.json",
"compilerOptions": {
"outDir": "../",
"rootDirs": ["."],
"composite": true,
"types": ["node", "chai"]
},
"include": ["./**/*.ts"],
"exclude": [],
"references": [
{
"path": "../../hardhat-core/src"
},
{
"path": "../../hardhat-ethers/src"
}
]
}