UNPKG

nextjs-redis-cache

Version:

A Redis Cache for Next.js Framework that supports expiration after a given time and also compress the data in memory.

13 lines (12 loc) 257 B
{ "compilerOptions": { "module": "commonjs", "target": "es2015", "declaration": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "./dist" }, "include": ["src/**/*"] }