Files
trezor-suite/suite-native/transactions/tsconfig.json
2025-12-11 16:39:24 +01:00

48 lines
1.2 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/formatters"
},
{
"path": "../../suite-common/redux-utils"
},
{
"path": "../../suite-common/suite-types"
},
{
"path": "../../suite-common/suite-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": "../atoms" },
{ "path": "../device" },
{ "path": "../formatters" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../navigation" },
{ "path": "../scrollview" },
{ "path": "../tokens" },
{
"path": "../../packages/blockchain-link-types"
},
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" },
{ "path": "../../packages/utils" }
]
}