Files
trezor-suite/suite-native/module-dev-utils/tsconfig.json
Daniel Suchý b870aa9ff1 feat(mobile): firmware upgrade (#15184)
* fix(connect): make fetch work in react native

* refactor(suite): move FW upgrade logic to common package

* feat(mobile): make some atoms easily animatable

* feat(mobile): firmware upgrade

* fix: formatting and deps

* refactor(suite): map operation to translation ID

* refactor(suite): add transport selectors

* refactor(suite): remove useFirmware hook

* chore: bug fixes

---------

Co-authored-by: Jan Komarek <jan.komarek@satoshilabs.com>
2024-12-03 18:49:14 +01:00

28 lines
830 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/message-system"
},
{
"path": "../../suite-common/wallet-core"
},
{ "path": "../atoms" },
{ "path": "../config" },
{ "path": "../discovery" },
{ "path": "../feature-flags" },
{ "path": "../firmware" },
{ "path": "../helpers" },
{ "path": "../icons" },
{ "path": "../link" },
{ "path": "../navigation" },
{ "path": "../storage" },
{ "path": "../toasts" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/env-utils" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" }
]
}