mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 15:05:23 +01:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/formatters"
|
|
},
|
|
{
|
|
"path": "../../suite-common/token-definitions"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-config"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-core"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-types"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-utils"
|
|
},
|
|
{ "path": "../analytics" },
|
|
{ "path": "../atoms" },
|
|
{ "path": "../clipboard" },
|
|
{ "path": "../config" },
|
|
{ "path": "../formatters" },
|
|
{ "path": "../icons" },
|
|
{ "path": "../in-app-rating" },
|
|
{ "path": "../intl" },
|
|
{ "path": "../labeling" },
|
|
{ "path": "../link" },
|
|
{ "path": "../navigation" },
|
|
{ "path": "../services" },
|
|
{ "path": "../tokens" },
|
|
{ "path": "../transactions" },
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/styles" },
|
|
{ "path": "../../packages/urls" }
|
|
]
|
|
}
|