mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
11 lines
276 B
JSON
11 lines
276 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../message-system" },
|
|
{ "path": "../redux-utils" },
|
|
{ "path": "../wallet-config" },
|
|
{ "path": "../wallet-core" }
|
|
]
|
|
}
|