Files
trezor-suite/suite-common/formatters/tsconfig.json
2025-11-06 11:27:04 +01:00

17 lines
487 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../suite-constants" },
{ "path": "../suite-types" },
{ "path": "../wallet-config" },
{ "path": "../wallet-types" },
{ "path": "../wallet-utils" },
{
"path": "../../packages/blockchain-link-types"
},
{ "path": "../../packages/connect" },
{ "path": "../../packages/utils" }
]
}