Skip to main content
Module

x/upstash_redis/tsconfig.json

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
File
{ "compilerOptions": { "lib": ["ESNext"], "module": "esnext", "target": "esnext", "moduleResolution": "bundler", "moduleDetection": "force", "allowImportingTsExtensions": true, "noEmit": true, "strict": true, "downlevelIteration": true, "skipLibCheck": true, "jsx": "react-jsx", "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "types": [ "bun-types" // add Bun global ] }}