Files
trezor-suite/suite-common/wallet-core/tsconfig.json
Peter Sanderson 5da09763f3 feat: abstract target/output to use it in native
test: implement test for createTargets
2026-02-12 11:51:16 +01:00

39 lines
1.3 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../analytics" },
{ "path": "../bluetooth" },
{ "path": "../fiat-services" },
{ "path": "../platform-encryption" },
{ "path": "../redux-utils" },
{ "path": "../staking" },
{ "path": "../suite-constants" },
{ "path": "../suite-types" },
{ "path": "../suite-utils" },
{ "path": "../test-utils" },
{ "path": "../thp" },
{ "path": "../toast-notifications" },
{ "path": "../token-definitions" },
{ "path": "../wallet-config" },
{ "path": "../wallet-constants" },
{ "path": "../wallet-types" },
{ "path": "../wallet-utils" },
{
"path": "../../packages/blockchain-link-types"
},
{
"path": "../../packages/blockchain-link-utils"
},
{ "path": "../../packages/connect" },
{
"path": "../../packages/connect-common"
},
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/env-utils" },
{ "path": "../../packages/protobuf" },
{ "path": "../../packages/type-utils" },
{ "path": "../../packages/utils" }
]
}