Files
trezor-suite/suite-native/module-dev-utils/tsconfig.json
2024-09-20 16:53:24 +02:00

29 lines
842 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/icons-deprecated"
},
{
"path": "../../suite-common/message-system"
},
{
"path": "../../suite-common/wallet-core"
},
{ "path": "../atoms" },
{ "path": "../config" },
{ "path": "../discovery" },
{ "path": "../feature-flags" },
{ "path": "../helpers" },
{ "path": "../link" },
{ "path": "../navigation" },
{ "path": "../storage" },
{ "path": "../toasts" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/env-utils" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" }
]
}