Files
trezor-suite/suite-native/bluetooth/tsconfig.json

29 lines
816 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/analytics"
},
{
"path": "../../suite-common/bluetooth"
},
{ "path": "../../suite-common/device" },
{
"path": "../../suite-common/redux-utils"
},
{ "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"
}
]
}