mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
39 lines
1.2 KiB
JSON
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" }
|
|
]
|
|
}
|