Files
trezor-suite/suite-native/device-authorization/tsconfig.json
2026-02-13 11:09:36 +01:00

30 lines
871 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/suite-types"
},
{
"path": "../../suite-common/validators"
},
{
"path": "../../suite-common/wallet-core"
},
{ "path": "../alerts" },
{ "path": "../atoms" },
{ "path": "../bluetooth" },
{ "path": "../device" },
{ "path": "../forms" },
{ "path": "../intl" },
{ "path": "../link" },
{ "path": "../navigation" },
{ "path": "../passphrase" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/styles" },
{ "path": "../../packages/urls" },
{ "path": "../../packages/utils" }
]
}