Files
trezor-suite/suite-native/message-system/tsconfig.json
2025-09-18 13:04:25 +02:00

30 lines
780 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/geolocation"
},
{
"path": "../../suite-common/message-system"
},
{
"path": "../../suite-common/redux-utils"
},
{
"path": "../../suite-common/suite-types"
},
{
"path": "../../suite-common/wallet-core"
},
{ "path": "../atoms" },
{ "path": "../discovery" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../link" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" },
{ "path": "../test-utils" }
]
}