Files
trezor-suite/packages/coinjoin/tsconfig.json
2025-07-14 13:17:25 +02:00

18 lines
509 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/suite-constants"
},
{ "path": "../blockchain-link" },
{ "path": "../blockchain-link-types" },
{ "path": "../blockchain-link-utils" },
{ "path": "../eslint" },
{ "path": "../utils" },
{ "path": "../utxo-lib" },
{ "path": "../node-utils" },
{ "path": "../type-utils" }
]
}