Files
trezor-suite/suite-native/qr-code/tsconfig.json
2026-01-08 09:24:34 +01:00

25 lines
679 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/wallet-config"
},
{
"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" }
]
}