Files
trezor-suite/suite-common/logger/tsconfig.json
2026-02-10 16:47:48 +01:00

18 lines
585 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../analytics-redux" },
{ "path": "../redux-utils" },
{ "path": "../suite-types" },
{ "path": "../suite-utils" },
{ "path": "../wallet-core" },
{ "path": "../wallet-types" },
{ "path": "../wallet-utils" },
{ "path": "../../packages/connect" },
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/env-utils" },
{ "path": "../../packages/type-utils" }
]
}