@ledgerhq/swift-bridge-hw-app-eth
Version:
Package to facilitate bundling hw-app-eth in the EthWrapper Swift package
22 lines (21 loc) • 354 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"customConditions": [],
"types": [
"node"
]
},
"exclude": [
"**/*.test.ts",
"**/*.test.tsx",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/__tests__/**/*",
"**/tests/**/*",
"**/*.test.js",
"**/*.test.jsx",
"**/*.spec.js",
"**/*.spec.jsx"
]
}