Files

39 lines
1.2 KiB
JSON

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