UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

16 lines (15 loc) 291 B
{ "extends": "../tsconfig.json", "compilerOptions": { "resolveJsonModule": true }, "include": [ "./test", "sync-tests/*.ts", "./actor-tests/**/*.ts", "./artifacts/**/*.json", "./tasks/**/*.ts", "./package.json" ], "files": ["./hardhat.config.ts"] }