Files
trezor-suite/suite-native/module-transactions/tsconfig.json
2026-01-17 21:10:25 +01:00

42 lines
1.2 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/formatters"
},
{
"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": "../analytics" },
{ "path": "../atoms" },
{ "path": "../clipboard" },
{ "path": "../config" },
{ "path": "../formatters" },
{ "path": "../icons" },
{ "path": "../in-app-rating" },
{ "path": "../intl" },
{ "path": "../labeling" },
{ "path": "../link" },
{ "path": "../navigation" },
{ "path": "../services" },
{ "path": "../tokens" },
{ "path": "../transactions" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/urls" }
]
}