UNPKG

cookies-next

Version:

Set, Get, Remove cookies on both client and server side with Next.js

15 lines (14 loc) 298 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "declaration": true, "outDir": "./lib", "strict": true, "skipLibCheck": true, "jsx": "react", "esModuleInterop": true }, "include": ["src"], "exclude": ["node_modules", "tib", "**/__tests__/*"] }