mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-07 07:47:59 +01:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../../suite-common/firmware" },
|
|
{
|
|
"path": "../../suite-common/message-system"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-sync"
|
|
},
|
|
{ "path": "../../suite-common/trading" },
|
|
{
|
|
"path": "../../suite-common/validators"
|
|
},
|
|
{ "path": "../alerts" },
|
|
{ "path": "../atoms" },
|
|
{ "path": "../config" },
|
|
{ "path": "../feature-flags" },
|
|
{ "path": "../firmware" },
|
|
{ "path": "../forms" },
|
|
{ "path": "../helpers" },
|
|
{ "path": "../icons" },
|
|
{ "path": "../intl" },
|
|
{ "path": "../link" },
|
|
{ "path": "../navigation" },
|
|
{ "path": "../sentry" },
|
|
{ "path": "../settings" },
|
|
{ "path": "../storage" },
|
|
{ "path": "../suite-sync" },
|
|
{ "path": "../toasts" },
|
|
{ "path": "../trading-state" },
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/env-utils" },
|
|
{ "path": "../../packages/styles" },
|
|
{ "path": "../../packages/theme" },
|
|
{ "path": "../../packages/urls" }
|
|
]
|
|
}
|