Files
trezor-suite/suite/tx-simulation/tsconfig.json
2026-01-28 09:55:36 +01:00

25 lines
620 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{
"path": "../../suite-common/formatters"
},
{
"path": "../../suite-common/tx-simulation"
},
{
"path": "../../suite-common/wallet-config"
},
{
"path": "../../suite-common/wallet-types"
},
{ "path": "../intl" },
{ "path": "../../packages/components" },
{
"path": "../../packages/product-components"
},
{ "path": "../../packages/utils" }
]
}