mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 15:29:44 +01:00
15 lines
452 B
JSON
15 lines
452 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../redux-utils" },
|
|
{ "path": "../suite-types" },
|
|
{ "path": "../thp" },
|
|
{ "path": "../wallet-core" },
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/device-utils" },
|
|
{ "path": "../../packages/env-utils" },
|
|
{ "path": "../../packages/utils" }
|
|
]
|
|
}
|