UNPKG

@trieb.work/nextjs-turbo-redis-cache

Version:

Designed for speed, scalability, and optimized performance, nextjs-turbo-redis-cache is your custom cache handler for demanding production environments.

19 lines (18 loc) 433 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "moduleResolution": "Node", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "declaration": true, "declarationDir": "dist", "outDir": "dist", "emitDeclarationOnly": false, "resolveJsonModule": true }, "include": ["src", "vitest.config.ts"], "exclude": ["node_modules", "dist"], "types": ["vitest"] }