mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-22 07:07:09 +01:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../analytics" },
|
|
{ "path": "../bluetooth" },
|
|
{ "path": "../fiat-services" },
|
|
{ "path": "../platform-encryption" },
|
|
{ "path": "../redux-utils" },
|
|
{ "path": "../staking" },
|
|
{ "path": "../suite-constants" },
|
|
{ "path": "../suite-types" },
|
|
{ "path": "../suite-utils" },
|
|
{ "path": "../test-utils" },
|
|
{ "path": "../thp" },
|
|
{ "path": "../toast-notifications" },
|
|
{ "path": "../token-definitions" },
|
|
{ "path": "../wallet-config" },
|
|
{ "path": "../wallet-constants" },
|
|
{ "path": "../wallet-types" },
|
|
{ "path": "../wallet-utils" },
|
|
{
|
|
"path": "../../packages/blockchain-link-types"
|
|
},
|
|
{
|
|
"path": "../../packages/blockchain-link-utils"
|
|
},
|
|
{ "path": "../../packages/connect" },
|
|
{
|
|
"path": "../../packages/connect-common"
|
|
},
|
|
{ "path": "../../packages/device-utils" },
|
|
{ "path": "../../packages/env-utils" },
|
|
{ "path": "../../packages/protobuf" },
|
|
{ "path": "../../packages/type-utils" },
|
|
{ "path": "../../packages/utils" }
|
|
]
|
|
}
|