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

37 lines
1.1 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../../suite-common/firmware" },
{ "path": "../../suite-common/icons" },
{
"path": "../../suite-common/message-system"
},
{
"path": "../../suite-common/suite-types"
},
{
"path": "../../suite-common/wallet-core"
},
{ "path": "../alerts" },
{ "path": "../analytics" },
{ "path": "../atoms" },
{ "path": "../config" },
{ "path": "../device-mutex" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../link" },
{ "path": "../navigation" },
{ "path": "../sentry" },
{ "path": "../services" },
{ "path": "../toasts" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/device-utils" },
{
"path": "../../packages/react-native-usb"
},
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" }
]
}