mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-12 02:10:38 +01:00
15 lines
404 B
JSON
15 lines
404 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{
|
|
"path": "../../suite-common/wallet-core"
|
|
},
|
|
{ "path": "../atoms" },
|
|
{ "path": "../navigation" },
|
|
{ "path": "../../packages/connect" },
|
|
{ "path": "../../packages/device-utils" },
|
|
{ "path": "../../packages/styles" }
|
|
]
|
|
}
|