mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-14 19:29:16 +01:00
16 lines
496 B
JSON
16 lines
496 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../firmware" },
|
|
{ "path": "../redux-utils" },
|
|
{ "path": "../suite-utils" },
|
|
{ "path": "../wallet-core" },
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/device-utils" },
|
|
{ "path": "../../packages/utils" },
|
|
{ "path": "../suite-types" },
|
|
{ "path": "../../packages/type-utils" }
|
|
]
|
|
}
|