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