Files
trezor-suite/suite/e2e/tsconfig.json
Martin Vere Cihlar def73fb749 test(e2e-suite): rework test suite-sync read from server
relies on local evolu setup
2026-02-05 17:19:35 +01:00

61 lines
1.7 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"include": [
"**/*.json",
"fixtures",
"snapshots",
"tests",
"support",
"playwright-config",
"scripts/**/*.ts"
],
"references": [
{ "path": "../../suite-common/feedback" },
{
"path": "../../suite-common/message-system"
},
{
"path": "../../suite-common/suite-sync-evolu"
},
{
"path": "../../suite-common/suite-types"
},
{ "path": "../../suite-common/trading" },
{
"path": "../../suite-common/wallet-config"
},
{
"path": "../../suite-common/wallet-constants"
},
{
"path": "../../suite-common/wallet-core"
},
{
"path": "../../suite-common/wallet-types"
},
{
"path": "../../suite-common/wallet-utils"
},
{ "path": "../analytics" },
{ "path": "../intl" },
{
"path": "../../packages/blockchain-link-types"
},
{ "path": "../../packages/connect-web" },
{ "path": "../../packages/e2e-utils" },
{ "path": "../../packages/eslint" },
{ "path": "../../packages/protobuf" },
{ "path": "../../packages/suite" },
{ "path": "../../packages/suite-data" },
{ "path": "../../packages/theme" },
{ "path": "../../packages/transport" },
{
"path": "../../packages/trezor-user-env-link"
},
{ "path": "../../packages/type-utils" },
{ "path": "../../packages/urls" },
{ "path": "../../packages/utils" }
]
}