UNPKG

coingecko-tokens

Version:

Aggregated list of Token Lists from CoinGecko

17 lines 446 B
{ "compilerOptions": { "typeRoots": [ "./node_modules/@types", ], "target": "ES2022", "lib": ["ES2016", "ES2021", "ES2022", "ESNext"], "module": "CommonJS", "rootDir": "./src", "outDir": "./lib", "resolveJsonModule": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true } }