Files
trezor-suite/suite-native/device/tsconfig.json
Jan Václavík fc78dc315a refactor(suite): Rename trezor/analytics to trezor/analytics-uploader
# Conflicts:
#	suite-native/analytics/src/getTypedNativeLegacyAnalytics.ts
#	suite/analytics/src/getTypedDesktopLegacyAnalytics.ts

# Conflicts:
#	suite-native/analytics/src/getTypedNativeAnalytics.ts
#	suite/analytics/src/getTypedDesktopAnalytics.ts
2026-01-29 10:35:28 +01:00

78 lines
2.2 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/analytics"
},
{
"path": "../../suite-common/bluetooth"
},
{
"path": "../../suite-common/device-authenticity"
},
{
"path": "../../suite-common/firmware-authenticity"
},
{
"path": "../../suite-common/message-system"
},
{
"path": "../../suite-common/redux-utils"
},
{
"path": "../../suite-common/suite-types"
},
{
"path": "../../suite-common/suite-utils"
},
{
"path": "../../suite-common/test-utils"
},
{ "path": "../../suite-common/thp" },
{
"path": "../../suite-common/wallet-core"
},
{
"path": "../../suite-common/wallet-types"
},
{
"path": "../../suite-common/wallet-utils"
},
{ "path": "../alerts" },
{ "path": "../analytics" },
{ "path": "../atoms" },
{ "path": "../bluetooth" },
{ "path": "../config" },
{ "path": "../device-mutex" },
{ "path": "../device-onboarding" },
{ "path": "../feature-flags" },
{ "path": "../firmware" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../link" },
{ "path": "../navigation" },
{ "path": "../sentry" },
{ "path": "../services" },
{ "path": "../settings" },
{ "path": "../staking" },
{ "path": "../theme" },
{ "path": "../toasts" },
{
"path": "../../packages/analytics-uploader"
},
{
"path": "../../packages/blockchain-link-types"
},
{ "path": "../../packages/connect" },
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/env-utils" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" },
{ "path": "../../packages/type-utils" },
{ "path": "../../packages/urls" },
{ "path": "../../packages/utils" }
],
"include": [".", "**/*.json"]
}