mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-12 02:10:38 +01:00
* 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>
28 lines
830 B
JSON
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" }
|
|
]
|
|
}
|