mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
25 lines
620 B
JSON
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" }
|
|
]
|
|
}
|