Files
trezor-suite/suite-native/graph/tsconfig.json
2026-01-17 21:10:25 +01:00

46 lines
1.3 KiB
JSON

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