mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 07:25:20 +01:00
28 lines
684 B
JSON
28 lines
684 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/connect-init"
|
|
},
|
|
{
|
|
"path": "../../suite-common/message-system"
|
|
},
|
|
{
|
|
"path": "../../suite-common/redux-utils"
|
|
},
|
|
{
|
|
"path": "../../suite-common/token-definitions"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-core"
|
|
},
|
|
{
|
|
"path": "../../suite-common/walletconnect"
|
|
},
|
|
{ "path": "../analytics-redux" },
|
|
{ "path": "../settings" },
|
|
{ "path": "../state" }
|
|
]
|
|
}
|