mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../../suite-common/device" },
|
|
{
|
|
"path": "../../suite-common/formatters"
|
|
},
|
|
{ "path": "../../suite-common/graph" },
|
|
{
|
|
"path": "../../suite-common/redux-utils"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-types"
|
|
},
|
|
{
|
|
"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": "../formatters" },
|
|
{ "path": "../icons" },
|
|
{ "path": "../intl" },
|
|
{ "path": "../react-native-graph" },
|
|
{ "path": "../services" },
|
|
{ "path": "../storage" },
|
|
{ "path": "../theme" },
|
|
{ "path": "../tokens" },
|
|
{ "path": "../../packages/styles" },
|
|
{ "path": "../../packages/theme" },
|
|
{ "path": "../../packages/type-utils" },
|
|
{ "path": "../../packages/utils" }
|
|
]
|
|
}
|