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

38 lines
1.1 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/formatters"
},
{
"path": "../../suite-common/wallet-config"
},
{
"path": "../../suite-common/wallet-core"
},
{
"path": "../../suite-common/wallet-types"
},
{
"path": "../../suite-common/wallet-utils"
},
{ "path": "../analytics" },
{ "path": "../atoms" },
{ "path": "../clipboard" },
{ "path": "../device-manager" },
{ "path": "../feature-flags" },
{ "path": "../formatters" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../labeling" },
{ "path": "../link" },
{ "path": "../navigation" },
{ "path": "../services" },
{ "path": "../staking" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" },
{ "path": "../../packages/urls" }
]
}