Files
trezor-suite/suite-native/labeling/tsconfig.json
2026-02-04 14:38:34 +01:00

35 lines
928 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/suite-sync"
},
{
"path": "../../suite-common/validators"
},
{
"path": "../../suite-common/wallet-config"
},
{
"path": "../../suite-common/wallet-core"
},
{
"path": "../../suite-common/wallet-types"
},
{
"path": "../../suite-common/wallet-utils"
},
{ "path": "../alerts" },
{ "path": "../atoms" },
{ "path": "../forms" },
{ "path": "../intl" },
{ "path": "../navigation" },
{ "path": "../services" },
{ "path": "../settings" },
{ "path": "../toasts" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/type-utils" }
]
}