Files
trezor-suite/suite-native/qr-code/tsconfig.json
2026-02-24 01:40:58 +01:00

29 lines
802 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../../suite-common/device" },
{
"path": "../../suite-common/wallet-config"
},
{
"path": "../../suite-common/wallet-core"
},
{
"path": "../../suite-common/wallet-types"
},
{
"path": "../../suite-common/wallet-utils"
},
{ "path": "../atoms" },
{ "path": "../clipboard" },
{ "path": "../icons" },
{ "path": "../intl" },
{ "path": "../labeling" },
{ "path": "../toasts" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/theme" }
]
}