UNPKG

@nomicfoundation/hardhat-chai-matchers

Version:
20 lines (19 loc) 358 B
{ "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" } ] }