Files
trezor-suite/suite-native/discovery/tsconfig.json
2025-11-07 09:18:37 +01:00

38 lines
1.0 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"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": "../atoms" },
{ "path": "../config" },
{ "path": "../device" },
{ "path": "../feature-flags" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../settings" },
{ "path": "../tokens" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/type-utils" },
{ "path": "../../packages/utils" },
{ "path": "../test-utils" }
]
}