Files
trezor-suite/suite-native/assets/tsconfig.json
2026-01-23 17:36:46 +01:00

40 lines
1.1 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../../suite-common/assets" },
{
"path": "../../suite-common/formatters"
},
{
"path": "../../suite-common/redux-utils"
},
{
"path": "../../suite-common/token-definitions"
},
{
"path": "../../suite-common/wallet-config"
},
{
"path": "../../suite-common/wallet-core"
},
{
"path": "../../suite-common/wallet-types"
},
{
"path": "../../suite-common/wallet-utils"
},
{ "path": "../accounts" },
{ "path": "../atoms" },
{ "path": "../discovery" },
{ "path": "../formatters" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../module-earn" },
{ "path": "../navigation" },
{ "path": "../staking" },
{ "path": "../tokens" },
{ "path": "../../packages/utils" }
]
}