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

31 lines
841 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/analytics"
},
{
"path": "../../suite-common/bluetooth"
},
{
"path": "../../suite-common/redux-utils"
},
{
"path": "../../suite-common/wallet-core"
},
{ "path": "../alerts" },
{ "path": "../atoms" },
{ "path": "../device-mutex" },
{ "path": "../intl" },
{ "path": "../services" },
{ "path": "../toasts" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/styles" },
{
"path": "../../packages/transport-native-bluetooth"
}
]
}