mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 22:45:29 +01:00
20 lines
559 B
JSON
20 lines
559 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../fiat-services" },
|
|
{ "path": "../wallet-config" },
|
|
{ "path": "../wallet-core" },
|
|
{ "path": "../wallet-types" },
|
|
{ "path": "../wallet-utils" },
|
|
{
|
|
"path": "../../packages/blockchain-link"
|
|
},
|
|
{
|
|
"path": "../../packages/blockchain-link-types"
|
|
},
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/utils" }
|
|
]
|
|
}
|