Files
trezor-suite/suite-native/analytics/tsconfig.json
Matej Kriz ecd7aa6fc7 feat(analytics): introduce console logger functionality for analytics on both mobile and desktop
- Delete EXPO_PUBLIC_IS_ANALYTICS_LOGGER_ENABLED evn variable and replace it with toggle in dev utils.
2026-02-12 16:56:49 +01:00

32 lines
846 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/analytics"
},
{
"path": "../../suite-common/suite-constants"
},
{
"path": "../../suite-common/suite-types"
},
{ "path": "../../suite-common/trading" },
{
"path": "../../suite-common/wallet-config"
},
{
"path": "../../suite-common/wallet-types"
},
{
"path": "../../packages/analytics-uploader"
},
{
"path": "../../packages/blockchain-link-types"
},
{ "path": "../../packages/connect" },
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/env-utils" }
]
}