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

32 lines
817 B
JSON

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