Files
trezor-suite/suite-native/storage/tsconfig.json
2026-01-07 09:48:00 +01:00

33 lines
836 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/firmware-authenticity"
},
{
"path": "../../suite-common/suite-types"
},
{
"path": "../../suite-common/suite-utils"
},
{
"path": "../../suite-common/wallet-config"
},
{
"path": "../../suite-common/wallet-core"
},
{
"path": "../../suite-common/wallet-types"
},
{
"path": "../../packages/blockchain-link-types"
},
{ "path": "../../packages/connect" },
{
"path": "../../packages/transport-native-bluetooth"
},
{ "path": "../../packages/type-utils" }
]
}