mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
# Conflicts: # packages/suite-desktop-core/package.json # yarn.lock # Conflicts: # suite-native/app/package.json
14 lines
315 B
JSON
14 lines
315 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./libDev",
|
|
"types": ["jest", "node"]
|
|
},
|
|
"references": [
|
|
{ "path": "../ipc-proxy" },
|
|
{ "path": "../transport" },
|
|
{ "path": "../utils" },
|
|
{ "path": "../websocket-client" }
|
|
]
|
|
}
|