mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 14:35: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
78 lines
2.2 KiB
JSON
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"]
|
|
}
|