Files
trezor-suite/packages/transport/tsconfig.lib.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

26 lines
469 B
JSON

{
"extends": "../../tsconfig.lib.json",
"compilerOptions": {
"outDir": "./lib",
"types": ["w3c-web-usb", "node"]
},
"include": ["./src"],
"references": [
{
"path": "../protobuf"
},
{
"path": "../protocol"
},
{
"path": "../type-utils"
},
{
"path": "../utils"
},
{
"path": "../eslint"
}
]
}