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

15 lines
404 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/wallet-core"
},
{ "path": "../atoms" },
{ "path": "../navigation" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/styles" }
]
}