Files
trezor-suite/suite-native/device-authorization/tsconfig.json
2025-06-10 11:18:24 +02:00

12 lines
276 B
JSON

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