Files
trezor-suite/suite-native/module-dev-utils/tsconfig.json
Vojtěch Tranta a628af18c5 chore: add test for ChangeRelay
feat(suite): add option to pass extra dependencies factory to store and as extra thunk parameter and use it freely also from react context

chore: change Relay Test

# Conflicts:
#	suite-native/suite-sync/package.json
#	suite/suite-sync/package.json
#	yarn.lock
2025-12-01 11:38:10 +01:00

42 lines
1.3 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../../suite-common/firmware" },
{
"path": "../../suite-common/message-system"
},
{
"path": "../../suite-common/redux-utils"
},
{
"path": "../../suite-common/suite-sync"
},
{ "path": "../../suite-common/trading" },
{
"path": "../../suite-common/validators"
},
{ "path": "../alerts" },
{ "path": "../atoms" },
{ "path": "../clipboard" },
{ "path": "../config" },
{ "path": "../feature-flags" },
{ "path": "../firmware" },
{ "path": "../forms" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../link" },
{ "path": "../navigation" },
{ "path": "../sentry" },
{ "path": "../settings" },
{ "path": "../storage" },
{ "path": "../toasts" },
{ "path": "../trading-state" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/env-utils" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" },
{ "path": "../../packages/urls" }
]
}