mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 14:35:29 +01:00
33 lines
890 B
JSON
33 lines
890 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/analytics"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-constants"
|
|
},
|
|
{
|
|
"path": "../../suite-common/suite-types"
|
|
},
|
|
{ "path": "../../suite-common/trading" },
|
|
{
|
|
"path": "../../suite-common/wallet-config"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-types"
|
|
},
|
|
{
|
|
"path": "../../packages/analytics-uploader"
|
|
},
|
|
{
|
|
"path": "../../packages/blockchain-link-types"
|
|
},
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/device-utils" },
|
|
{ "path": "../../packages/env-utils" },
|
|
{ "path": "../../packages/utils" }
|
|
]
|
|
}
|