* Adjust with tsconfig references * tabs -> spaces * Adjust * Cleanup spacing * Adjust * eslint-specific config * Bump deps * Bumps * Adjust * Update tests
25 lines
752 B
JSON
25 lines
752 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true
|
|
},
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./packages/hw-ledger" },
|
|
{ "path": "./packages/hw-ledger-transports" },
|
|
{ "path": "./packages/keyring" },
|
|
{ "path": "./packages/networks" },
|
|
{ "path": "./packages/util" },
|
|
{ "path": "./packages/util-crypto" },
|
|
{ "path": "./packages/x-bigint" },
|
|
{ "path": "./packages/x-bundle" },
|
|
{ "path": "./packages/x-fetch" },
|
|
{ "path": "./packages/x-global" },
|
|
{ "path": "./packages/x-noble-hashes" },
|
|
{ "path": "./packages/x-noble-secp256k1" },
|
|
{ "path": "./packages/x-randomvalues" },
|
|
{ "path": "./packages/x-textdecoder" },
|
|
{ "path": "./packages/x-textencoder" },
|
|
{ "path": "./packages/x-ws" },
|
|
]
|
|
}
|