mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 22:45:29 +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
20 lines
630 B
JSON
20 lines
630 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../platform-encryption" },
|
|
{ "path": "../redux-utils" },
|
|
{ "path": "../suite-sync-types" },
|
|
{ "path": "../suite-types" },
|
|
{ "path": "../wallet-config" },
|
|
{ "path": "../wallet-types" },
|
|
{
|
|
"path": "../../packages/analytics-uploader"
|
|
},
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/device-utils" },
|
|
{ "path": "../../packages/type-utils" },
|
|
{ "path": "../../packages/utils" }
|
|
]
|
|
}
|