mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 07:25:20 +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
20 lines
448 B
JSON
20 lines
448 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"outDir": "./libDev"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/suite-types"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-utils"
|
|
},
|
|
{ "path": "../../suite/intl" },
|
|
{ "path": "../env-utils" },
|
|
{ "path": "../eslint" }
|
|
]
|
|
}
|