mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 15:05:23 +01:00
# Conflicts: # suite-native/analytics/src/getTypedNativeLegacyAnalytics.ts # suite/analytics/src/getTypedDesktopLegacyAnalytics.ts # Conflicts: # suite-native/analytics/src/getTypedNativeAnalytics.ts # suite/analytics/src/getTypedDesktopAnalytics.ts
31 lines
954 B
JSON
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" }
|
|
]
|
|
}
|