UNPKG

@btc-vision/walletconnect

Version:

The OP_NET Wallet Connect library helps your dApp connect to any compatible wallet.

23 lines (22 loc) 508 B
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "esnext", "outDir": "browser", "target": "esnext", "declaration": true, "esModuleInterop": true, "skipLibCheck": true, "strict": true, "baseUrl": ".", "paths": { "@btc-vision/logger": [ "node_modules/@btc-vision/logger" ] }, "moduleResolution": "bundler" }, "exclude": [ "./src/tests" ] }