Files
trezor-suite/suite-native/module-dev-utils/tsconfig.json

29 lines
877 B
JSON

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