mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
# Conflicts: # suite-common/test-utils/src/mocks.ts # suite-native/module-trading/src/components/general/AccountList/__tests__/AccountListItem.comp.test.tsx
31 lines
768 B
JSON
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"
|
|
}
|
|
]
|
|
}
|