Files
trezor-suite/suite-native/receive/tsconfig.json
2026-02-06 13:57:12 +01:00

44 lines
1.3 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/wallet-config"
},
{
"path": "../../suite-common/wallet-core"
},
{
"path": "../../suite-common/wallet-types"
},
{
"path": "../../suite-common/wallet-utils"
},
{ "path": "../accounts" },
{ "path": "../alerts" },
{ "path": "../analytics" },
{ "path": "../atoms" },
{ "path": "../clipboard" },
{ "path": "../device" },
{ "path": "../device-mutex" },
{ "path": "../helpers" },
{ "path": "../icons" },
{ "path": "../in-app-rating" },
{ "path": "../intl" },
{ "path": "../labeling" },
{ "path": "../link" },
{ "path": "../module-device-onboarding" },
{ "path": "../navigation" },
{ "path": "../qr-code" },
{ "path": "../services" },
{ "path": "../toasts" },
{ "path": "../tokens" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/env-utils" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" },
{ "path": "../../packages/urls" }
]
}