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

31 lines
954 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/analytics"
},
{ "path": "../analytics" },
{ "path": "../app-init" },
{ "path": "../atoms" },
{ "path": "../biometrics" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../link" },
{ "path": "../navigation" },
{ "path": "../services" },
{ "path": "../settings" },
{ "path": "../trading-residence" },
{ "path": "../trading-state" },
{
"path": "../../packages/analytics-uploader"
},
{ "path": "../../packages/env-utils" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" },
{ "path": "../../packages/urls" },
{ "path": "../../packages/utils" },
{ "path": "../test-utils" }
]
}