Files
trezor-suite/packages/connect/tsconfig.json
2025-07-01 13:45:38 +02:00

24 lines
785 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../blockchain-link" },
{ "path": "../blockchain-link-types" },
{ "path": "../blockchain-link-utils" },
{ "path": "../connect-analytics" },
{ "path": "../connect-common" },
{ "path": "../crypto-utils" },
{ "path": "../device-utils" },
{ "path": "../env-utils" },
{ "path": "../protobuf" },
{ "path": "../protocol" },
{ "path": "../schema-utils" },
{ "path": "../transport" },
{ "path": "../type-utils" },
{ "path": "../utils" },
{ "path": "../utxo-lib" },
{ "path": "../eslint" },
{ "path": "../trezor-user-env-link" }
]
}