swarthy/redis-semaphore

View on GitHub
tsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "target": "ES2020",
    "lib": ["ES6"],
    "declaration": true,
    "esModuleInterop": true,
    "moduleResolution": "Node",
    "sourceMap": true,
    "strict": true
  }
}