UNPKG

@btc-vision/walletconnect

Version:

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

17 lines (16 loc) 417 B
{ "extends": "./tsconfig.base.json", "compilerOptions": { "jsx": "react-jsx", "module": "ESNext", "target": "ES2020", "declaration": true, "outDir": "./build", "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true }, "include": ["src"], "exclude": ["node_modules"] }