mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 18:02:16 +01:00
19 lines
585 B
JSON
19 lines
585 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../redux-utils" },
|
|
{ "path": "../suite-constants" },
|
|
{ "path": "../trading" },
|
|
{ "path": "../wallet-config" },
|
|
{ "path": "../wallet-types" },
|
|
{ "path": "../../packages/analytics" },
|
|
{
|
|
"path": "../../packages/blockchain-link-types"
|
|
},
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/device-utils" },
|
|
{ "path": "../../packages/env-utils" }
|
|
]
|
|
}
|