mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 07:25:20 +01:00
18 lines
585 B
JSON
18 lines
585 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../analytics-redux" },
|
|
{ "path": "../redux-utils" },
|
|
{ "path": "../suite-types" },
|
|
{ "path": "../suite-utils" },
|
|
{ "path": "../wallet-core" },
|
|
{ "path": "../wallet-types" },
|
|
{ "path": "../wallet-utils" },
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/device-utils" },
|
|
{ "path": "../../packages/env-utils" },
|
|
{ "path": "../../packages/type-utils" }
|
|
]
|
|
}
|