Files
trezor-suite/suite-native/send/tsconfig.json

29 lines
790 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../../suite-common/mev" },
{
"path": "../../suite-common/redux-utils"
},
{
"path": "../../suite-common/wallet-core"
},
{
"path": "../../suite-common/wallet-types"
},
{
"path": "../../suite-common/wallet-utils"
},
{ "path": "../analytics" },
{ "path": "../device-mutex" },
{ "path": "../tokens" },
{ "path": "../transaction-management" },
{
"path": "../../packages/blockchain-link-types"
},
{ "path": "../../packages/connect" },
{ "path": "../../packages/utils" }
]
}