mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 07:25:20 +01:00
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
14 lines
419 B
JSON
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" }
|
|
]
|
|
}
|