UNPKG

coingecko-api-v3

Version:

The nodejs api library for accessing coingecko api v3 , develop with typescript

14 lines (13 loc) 270 B
{ "compilerOptions": { "declaration": true, "target": "ES6", "module": "commonjs", "outDir": "dist", "rootDir": "src", "strict": true, "esModuleInterop": true, "types": ["node", "jest"] }, "exclude": ["node_modules", "test", "__snapshots__", "lib"] }