UNPKG

@mr-zwets/bchn-api-wrapper

Version:

a Typescript wrapper for interacting with the Bitcoin Cash Node (BCHN) API

14 lines (13 loc) 285 B
{ "compilerOptions": { "module": "NodeNext", "verbatimModuleSyntax": true, "moduleResolution": "NodeNext", "target": "ES6", "strict": true, "outDir": "./dist", "declaration": true, "types": ["vitest/globals"], }, "include": ["src"] }