mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
11 lines
298 B
JSON
11 lines
298 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../earn-api" },
|
|
{ "path": "../../packages/device-utils" },
|
|
{ "path": "../../packages/type-utils" },
|
|
{ "path": "../../packages/utils" }
|
|
]
|
|
}
|