Files
trezor-suite/suite-native/module-dev-utils/tsconfig.json
Matej Kriz 1003b2e8ce chore(suite-native): introduce Sentry wrapper package for suite-native
- So we have some place for Sentry related utils for suite-native and we can enhance Sentry calls globally in the future.
2025-04-11 22:29:13 +02:00

30 lines
913 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/message-system"
},
{ "path": "../../suite-common/trading" },
{
"path": "../../suite-common/wallet-core"
},
{ "path": "../atoms" },
{ "path": "../config" },
{ "path": "../discovery" },
{ "path": "../feature-flags" },
{ "path": "../firmware" },
{ "path": "../helpers" },
{ "path": "../icons" },
{ "path": "../link" },
{ "path": "../navigation" },
{ "path": "../sentry" },
{ "path": "../storage" },
{ "path": "../toasts" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/env-utils" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" }
]
}