UNPKG

bodhi-throttle

Version:

A lightweight, fast, and flexible debounce & throttle utility for JavaScript/TypeScript projects.

15 lines (14 loc) 295 B
{ "compilerOptions": { "target": "ES6", "module": "CommonJS", "declaration": true, "outDir": "dist", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "types": ["node"] }, "include": ["src/**/*"] }