mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
34 lines
1.0 KiB
JSON
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" }
|
|
]
|
|
}
|