Files
trezor-suite/suite-native/staking/tsconfig.json
Peter Sanderson 461c221dde fix: tests with bad fixture (removed 'as' cast)
# Conflicts:
#	suite-common/test-utils/src/mocks.ts
#	suite-native/module-trading/src/components/general/AccountList/__tests__/AccountListItem.comp.test.tsx
2026-02-03 14:15:06 +01:00

31 lines
768 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"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"
}
]
}