Files
trezor-suite/suite-native/module-dev-utils/tsconfig.json
2024-06-18 13:07:58 +02:00

29 lines
851 B
JSON

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