Files
trezor-suite/suite-native/state/tsconfig.json
2026-01-28 13:16:30 +01:00

91 lines
2.6 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/analytics-redux"
},
{
"path": "../../suite-common/connect-popup"
},
{
"path": "../../suite-common/delegated-identity-key"
},
{ "path": "../../suite-common/firmware" },
{
"path": "../../suite-common/geolocation"
},
{ "path": "../../suite-common/logger" },
{
"path": "../../suite-common/message-system"
},
{
"path": "../platform-encryption-native"
},
{
"path": "../../suite-common/redux-utils"
},
{
"path": "../../suite-common/suite-rbf-labels-migrations"
},
{
"path": "../../suite-common/suite-sync"
},
{
"path": "../../suite-common/suite-sync-quota-manager"
},
{
"path": "../../suite-common/suite-types"
},
{ "path": "../../suite-common/thp" },
{
"path": "../../suite-common/toast-notifications"
},
{
"path": "../../suite-common/token-definitions"
},
{
"path": "../../suite-common/wallet-core"
},
{
"path": "../../suite-common/wallet-types"
},
{
"path": "../../suite-common/walletconnect"
},
{ "path": "../analytics" },
{ "path": "../banner-flags" },
{ "path": "../blockchain" },
{ "path": "../bluetooth" },
{ "path": "../config" },
{ "path": "../device" },
{ "path": "../device-authorization" },
{ "path": "../device-onboarding" },
{ "path": "../discovery" },
{ "path": "../feature-flags" },
{ "path": "../firmware" },
{ "path": "../graph" },
{ "path": "../intl" },
{ "path": "../message-system" },
{ "path": "../send" },
{ "path": "../sentry" },
{ "path": "../services" },
{ "path": "../settings" },
{ "path": "../storage" },
{ "path": "../suite-sync" },
{ "path": "../thp" },
{ "path": "../trading-state" },
{ "path": "../transaction-management" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/protobuf" },
{ "path": "../../packages/transport" },
{
"path": "../../packages/transport-native-bluetooth"
},
{
"path": "../../packages/transport-native-usb"
},
{ "path": "../../packages/type-utils" }
]
}