mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 23:39:38 +01:00
- 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
35 lines
1.1 KiB
JSON
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" }
|
|
]
|
|
}
|