@ledgerhq/hw-transport-webusb
Version:
Ledger Hardware Wallet WebUSB implementation of the communication layer
23 lines (22 loc) • 375 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"customConditions": [],
"types": [
"node",
"w3c-web-usb"
]
},
"exclude": [
"**/*.test.ts",
"**/*.test.tsx",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/__tests__/**/*",
"**/tests/**/*",
"**/*.test.js",
"**/*.test.jsx",
"**/*.spec.js",
"**/*.spec.jsx"
]
}