Files
trezor-suite/suite-native/labeling/tsconfig.json
2025-09-18 13:04:25 +02:00

24 lines
604 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/local-first-storage"
},
{
"path": "../../suite-common/validators"
},
{
"path": "../../suite-common/wallet-core"
},
{
"path": "../../suite-common/wallet-types"
},
{ "path": "../atoms" },
{ "path": "../feature-flags" },
{ "path": "../forms" },
{ "path": "../intl" },
{ "path": "../../packages/connect" }
]
}