@radixdlt/hardware-ledger
Version:
Ledger Nano hardware wallet connection
18 lines • 365 B
JSON
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
},
"include": [
"src"
],
"types": ["ledgerhq__hw-transport-node-hid"],
"references": [
{"path": "../crypto"},
{"path": "../primitives"},
{"path": "../hardware-wallet"},
{"path": "../util"},
{"path": "../tx-parser"},
]
}