@chorus-one/ethereum
Version:
All-in-one toolkit for building staking dApps on Ethereum network
19 lines (18 loc) • 327 B
JSON
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",
"paths": {
"@chorus-one/signer": ["../signer/src"]
},
"module": "esnext"
},
"include": ["src"],
"exclude": ["node_modules", "dist"],
"references": [
{
"path": "../signer"
}
]
}