mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
10 lines
226 B
JSON
10 lines
226 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../connect" },
|
|
{ "path": "../connect-common" },
|
|
{ "path": "../utils" }
|
|
]
|
|
}
|