UNPKG

@btc-vision/transaction

Version:

OPNet transaction library allows you to create and sign transactions for the OPNet network.

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" ] }