Files
trezor-suite/suite-common/wallet-utils/tsconfig.json
Jiří Čermák e8dbc121b0 refactor: create @suite/intl package and update all related imports
- remove re-exports, use direct imports from @suite/intl
- resolve cir. dep. between suite-data and package/suite
- update imports from @suite-common/intl-types to @suite/intl
- update imports from src/support/messages to @suite/intl
- remove @suite-common/intl-types
- move Translation from @trezor/suite to the new package
2026-01-16 17:44:21 +01:00

35 lines
1.1 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"include": [".", "**/*.json"],
"references": [
{ "path": "../fiat-services" },
{ "path": "../metadata-types" },
{ "path": "../suite-constants" },
{ "path": "../suite-types" },
{ "path": "../suite-utils" },
{ "path": "../test-utils" },
{ "path": "../wallet-config" },
{ "path": "../wallet-constants" },
{ "path": "../wallet-types" },
{ "path": "../../suite/intl" },
{
"path": "../../packages/address-validator"
},
{
"path": "../../packages/blockchain-link"
},
{
"path": "../../packages/blockchain-link-types"
},
{
"path": "../../packages/blockchain-link-utils"
},
{ "path": "../../packages/connect" },
{ "path": "../../packages/device-utils" },
{ "path": "../../packages/type-utils" },
{ "path": "../../packages/urls" },
{ "path": "../../packages/utils" }
]
}