mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-18 21:28:08 +01:00
14 lines
297 B
JSON
14 lines
297 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/formatters"
|
|
},
|
|
{
|
|
"path": "../../suite-common/wallet-core"
|
|
},
|
|
{ "path": "../intl" }
|
|
]
|
|
}
|