mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 14:35:29 +01:00
31 lines
927 B
JSON
31 lines
927 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/redux-utils"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-core"
|
|
},
|
|
{ "path": "../alerts" },
|
|
{ "path": "../analytics" },
|
|
{ "path": "../atoms" },
|
|
{ "path": "../device" },
|
|
{ "path": "../device-authorization" },
|
|
{ "path": "../device-mutex" },
|
|
{ "path": "../intl" },
|
|
{ "path": "../link" },
|
|
{ "path": "../navigation" },
|
|
{ "path": "../services" },
|
|
{ "path": "../swipeable-walkthrough" },
|
|
{ "path": "../../packages/connect" },
|
|
{
|
|
"path": "../../packages/connect-common"
|
|
},
|
|
{ "path": "../../packages/device-utils" },
|
|
{ "path": "../../packages/styles" },
|
|
{ "path": "../../packages/urls" }
|
|
]
|
|
}
|