Files
trezor-suite/suite-common/graph/tsconfig.json
2025-09-18 13:04:25 +02:00

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" }
]
}