mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-08 00:07:58 +01:00
93 lines
2.9 KiB
JSON
93 lines
2.9 KiB
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/formatters"
|
|
},
|
|
{
|
|
"path": "../../suite-common/geolocation"
|
|
},
|
|
{
|
|
"path": "../../suite-common/message-system"
|
|
},
|
|
{ "path": "../../suite-common/mev" },
|
|
{
|
|
"path": "../../suite-common/redux-utils"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-sync"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-utils"
|
|
},
|
|
{
|
|
"path": "../../suite-common/token-definitions"
|
|
},
|
|
{ "path": "../../suite-common/trading" },
|
|
{
|
|
"path": "../../suite-common/validators"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-config"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-core"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-types"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-utils"
|
|
},
|
|
{ "path": "../accounts" },
|
|
{ "path": "../alerts" },
|
|
{ "path": "../analytics" },
|
|
{ "path": "../atoms" },
|
|
{ "path": "../clipboard" },
|
|
{ "path": "../device" },
|
|
{ "path": "../device-authorization" },
|
|
{ "path": "../device-manager" },
|
|
{ "path": "../device-mutex" },
|
|
{ "path": "../discovery" },
|
|
{ "path": "../feature-flags" },
|
|
{ "path": "../formatters" },
|
|
{ "path": "../forms" },
|
|
{ "path": "../helpers" },
|
|
{ "path": "../icons" },
|
|
{ "path": "../intl" },
|
|
{ "path": "../labeling" },
|
|
{ "path": "../link" },
|
|
{ "path": "../message-system" },
|
|
{ "path": "../module-add-accounts" },
|
|
{ "path": "../navigation" },
|
|
{ "path": "../services" },
|
|
{ "path": "../toasts" },
|
|
{ "path": "../tokens" },
|
|
{ "path": "../trading-analytics" },
|
|
{ "path": "../trading-atoms" },
|
|
{ "path": "../trading-browser-auth" },
|
|
{ "path": "../trading-consts" },
|
|
{ "path": "../trading-debug" },
|
|
{ "path": "../trading-residence" },
|
|
{ "path": "../trading-state" },
|
|
{ "path": "../transaction-management" },
|
|
{
|
|
"path": "../../packages/analytics-uploader"
|
|
},
|
|
{
|
|
"path": "../../packages/blockchain-link-types"
|
|
},
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/react-utils" },
|
|
{ "path": "../../packages/styles" },
|
|
{ "path": "../../packages/theme" },
|
|
{ "path": "../../packages/type-utils" },
|
|
{ "path": "../../packages/urls" },
|
|
{ "path": "../../packages/utils" },
|
|
{ "path": "../test-utils" },
|
|
{ "path": "../trading-fixtures" },
|
|
{ "path": "../trading-types" }
|
|
]
|
|
}
|