Files
trezor-suite/suite-native/module-device-settings/tsconfig.json
2026-01-29 09:53:34 +01:00

38 lines
1.1 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/analytics"
},
{
"path": "../../suite-common/suite-constants"
},
{ "path": "../../suite-common/thp" },
{
"path": "../../suite-common/validators"
},
{
"path": "../../suite-common/wallet-core"
},
{ "path": "../alerts" },
{ "path": "../atoms" },
{ "path": "../bluetooth" },
{ "path": "../device" },
{ "path": "../device-authorization" },
{ "path": "../firmware" },
{ "path": "../forms" },
{ "path": "../helpers" },
{ "path": "../intl" },
{ "path": "../module-check-backup" },
{ "path": "../navigation" },
{ "path": "../services" },
{ "path": "../thp" },
{ "path": "../toasts" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/utils" }
]
}