@ledgerhq/hw-app-eth
Version:
Ledger Hardware Wallet Ethereum Application API
23 lines (22 loc) • 379 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"customConditions": [],
"types": [
"node"
]
},
"exclude": [
"**/*.test.ts",
"**/*.test.tsx",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/__tests__/**/*",
"**/tests/**/*",
"**/__mocks__/**/*",
"**/*.test.js",
"**/*.test.jsx",
"**/*.spec.js",
"**/*.spec.jsx"
]
}