UNPKG

@iocium/cachekit

Version:

A pluggable, backend-agnostic caching adapter for Node.js and serverless platforms

14 lines 309 B
{ "compilerOptions": { "target": "ES2021", "module": "ESNext", "lib": ["ES2021", "DOM"], "outDir": "dist", "moduleResolution": "node", "strict": true, "declaration": true, "esModuleInterop": true, "types": ["@cloudflare/workers-types", "jest"] }, "include": ["src"] }