Files
trezor-suite/suite-common/staking/tsconfig.json
Peter Sanderson 5c06608858 fix: bad dependency flow in staking
fix: move stakingTypes into wallet types

after: rebase fix

fix: more bad typing in staking

fix: more types fixies

chore: add script for File Watcher to fix Webstorm libs imports
2026-02-09 13:44:52 +01:00

14 lines
419 B
JSON

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