Files
trezor-suite/packages/suite-desktop-core/tsconfig.json
2026-02-09 12:35:03 +01:00

34 lines
1.0 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"include": ["src", "e2e", "**/*.json"],
"references": [
{
"path": "../../suite-common/platform-encryption"
},
{ "path": "../../suite-common/sentry" },
{
"path": "../../suite-common/suite-constants"
},
{
"path": "../../suite-common/suite-utils"
},
{ "path": "../../suite/sentry" },
{ "path": "../coinjoin" },
{ "path": "../connect" },
{ "path": "../env-utils" },
{ "path": "../eslint" },
{ "path": "../ipc-proxy" },
{ "path": "../node-utils" },
{ "path": "../request-manager" },
{ "path": "../suite-desktop-api" },
{ "path": "../suite-desktop-native" },
{ "path": "../theme" },
{ "path": "../transport-bluetooth" },
{ "path": "../transport-bridge" },
{ "path": "../urls" },
{ "path": "../utils" },
{ "path": "../type-utils" }
]
}