mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-25 00:27:12 +01:00
9 lines
198 B
JSON
9 lines
198 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [
|
|
{ "path": "../config" },
|
|
{ "path": "../../packages/connect" }
|
|
]
|
|
}
|