UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

15 lines (14 loc) 345 B
{ "compilerOptions": { "module": "commonjs", "lib": [ "es5" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, "baseUrl": ".", "paths": { "crc-32": ["."] }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true } }