mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-02 13:35:10 +01:00
- Store custom analytics url in common analytics reducer. - Add AnalyticsUrlControl component to Dev Utils screen allowing users to override the analytics endpoint URL at runtime.
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/analytics-redux"
|
|
},
|
|
{ "path": "../../suite-common/firmware" },
|
|
{
|
|
"path": "../../suite-common/message-system"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-sync"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-sync-quota-manager"
|
|
},
|
|
{ "path": "../../suite-common/trading" },
|
|
{
|
|
"path": "../../suite-common/validators"
|
|
},
|
|
{ "path": "../alerts" },
|
|
{ "path": "../analytics" },
|
|
{ "path": "../atoms" },
|
|
{ "path": "../clipboard" },
|
|
{ "path": "../config" },
|
|
{ "path": "../feature-flags" },
|
|
{ "path": "../firmware" },
|
|
{ "path": "../forms" },
|
|
{ "path": "../icons" },
|
|
{ "path": "../intl" },
|
|
{ "path": "../link" },
|
|
{ "path": "../navigation" },
|
|
{ "path": "../sentry" },
|
|
{ "path": "../services" },
|
|
{ "path": "../settings" },
|
|
{ "path": "../storage" },
|
|
{ "path": "../toasts" },
|
|
{ "path": "../trading-state" },
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/env-utils" },
|
|
{ "path": "../../packages/styles" },
|
|
{ "path": "../../packages/theme" },
|
|
{ "path": "../../packages/urls" }
|
|
]
|
|
}
|