UNPKG

@xmr-core/xmr-mymonero-libs

Version:

A collection of utilities for building ontop of a MyMonero compatible API

22 lines (19 loc) 449 B
{ "extends": "../tsconfig.settings.json", "compilerOptions": { "module": "commonjs", "resolveJsonModule": true, "outDir": "lib", "rootDir": "src", "lib": ["dom", "es2017"] }, "references": [ { "path": "../xmr-constants" }, { "path": "../xmr-crypto-utils" }, { "path": "../xmr-transaction" }, { "path": "../xmr-money" }, { "path": "../xmr-transaction" }, { "path": "../xmr-fast-hash" }, { "path": "../biginteger" } ] }