Files
trezor-suite/packages/transport-bluetooth/tsconfig.json
Peter Sanderson ecae55a2ea fix: remove all dependenices that are unused (found by added depcheck script to package.json)
# Conflicts:
#	packages/suite-desktop-core/package.json
#	yarn.lock

# Conflicts:
#	suite-native/app/package.json
2025-09-18 13:04:25 +02:00

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" }
]
}