node-miner
Version:
With this miner you can easily mine cryptocurrencies [Monero (XMR)](https://getmonero.org/) and [Electroneum (ETN)](http://electroneum.com/) on any stratum pool from node.js with the highest hashrate on your hardware. To get maximum hashrate this package
18 lines (17 loc) • 417 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"outDir": "build",
"moduleResolution": "node",
"stripInternal": true,
"pretty": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es5", "es2017"],
"types": ["node"],
"declaration": true,
"declarationDir": "build/typings"
},
"exclude": ["node_modules", "test", "build"],
"include": ["src/**/*"]
}