Files
trezor-suite/suite-native/module-device-onboarding/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

53 lines
1.6 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/message-system"
},
{
"path": "../../suite-common/suite-constants"
},
{
"path": "../../suite-common/suite-types"
},
{ "path": "../../suite-common/thp" },
{
"path": "../../suite-common/wallet-core"
},
{ "path": "../alerts" },
{ "path": "../analytics" },
{ "path": "../atoms" },
{ "path": "../config" },
{ "path": "../device" },
{ "path": "../device-authorization" },
{ "path": "../device-mutex" },
{ "path": "../device-onboarding" },
{ "path": "../firmware" },
{ "path": "../helpers" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../link" },
{ "path": "../navigation" },
{ "path": "../services" },
{ "path": "../settings" },
{ "path": "../swipeable-walkthrough" },
{ "path": "../thp" },
{ "path": "../toasts" },
{
"path": "../../packages/analytics-uploader"
},
{ "path": "../../packages/connect" },
{
"path": "../../packages/connect-common"
},
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/env-utils" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" },
{ "path": "../../packages/urls" },
{ "path": "../../packages/utils" }
],
"include": [".", "**/*.json"]
}