mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 07:25:20 +01:00
12 lines
340 B
JSON
12 lines
340 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../redux-utils" },
|
|
{ "path": "../suite-types" },
|
|
{ "path": "../toast-notifications" },
|
|
{ "path": "../../packages/device-utils" },
|
|
{ "path": "../../packages/env-utils" }
|
|
]
|
|
}
|