Files
trezor-suite/suite-native/module-device-settings/tsconfig.json
2025-07-03 11:19:44 +02:00

21 lines
641 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/wallet-core"
},
{ "path": "../alerts" },
{ "path": "../atoms" },
{ "path": "../device" },
{ "path": "../intl" },
{ "path": "../module-authorize-device" },
{ "path": "../module-check-backup" },
{ "path": "../navigation" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/utils" }
]
}