mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-12 02:10:38 +01:00
18 lines
598 B
JSON
18 lines
598 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../suite-config" },
|
|
{ "path": "../suite-constants" },
|
|
{ "path": "../suite-types" },
|
|
{ "path": "../wallet-config" },
|
|
{ "path": "../wallet-types" },
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/device-utils" },
|
|
{ "path": "../../packages/env-utils" },
|
|
{ "path": "../../packages/type-utils" },
|
|
{ "path": "../../packages/urls" },
|
|
{ "path": "../../packages/utils" }
|
|
]
|
|
}
|