Files
trezor-suite/suite-common/thp/tsconfig.json
Szymon Lesisz 2b4232d158 refactor(suite-common): resolve circular deps in @suite-common/thp
just moving the problem one level up
2026-02-16 13:10:32 +01:00

15 lines
466 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../redux-utils" },
{ "path": "../suite-types" },
{ "path": "../test-utils" },
{ "path": "../toast-notifications" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/protocol" },
{ "path": "../../packages/utils" }
]
}