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

21 lines
508 B
JSON

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