mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-07 15:58:07 +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
53 lines
1.6 KiB
JSON
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"]
|
|
}
|