UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

15 lines (14 loc) 292 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "src", "composite": true, "target": "es2017", "lib": ["esnext"], "skipLibCheck": true, "strict": true, "module": "commonjs", "outDir": "build" }, "include": ["src", "src/**/*.json"] }