UNPKG

@btc-vision/transaction

Version:

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

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