mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/connect-popup"
|
|
},
|
|
{ "path": "../../suite-common/device" },
|
|
{
|
|
"path": "../../suite-common/formatters"
|
|
},
|
|
{
|
|
"path": "../../suite-common/tx-simulation"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-config"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-constants"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-core"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-types"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-utils"
|
|
},
|
|
{
|
|
"path": "../../suite-common/walletconnect"
|
|
},
|
|
{ "path": "../accounts" },
|
|
{ "path": "../atoms" },
|
|
{ "path": "../clipboard" },
|
|
{ "path": "../config" },
|
|
{ "path": "../confirm-on-trezor" },
|
|
{ "path": "../device-manager" },
|
|
{ "path": "../icons" },
|
|
{ "path": "../intl" },
|
|
{ "path": "../navigation" },
|
|
{ "path": "../qr-code" },
|
|
{ "path": "../toasts" },
|
|
{ "path": "../../packages/connect" },
|
|
{
|
|
"path": "../../packages/connect-common"
|
|
},
|
|
{
|
|
"path": "../../packages/connect-mobile"
|
|
},
|
|
{ "path": "../../packages/styles" },
|
|
{ "path": "../../packages/urls" },
|
|
{ "path": "../../packages/utils" }
|
|
]
|
|
}
|