UNPKG

node-redlock

Version:

A distributed locking algorithm used to manage distributed resources in a system.

13 lines (12 loc) 307 B
{ "compilerOptions": { "target": "ESNext", "module": "CommonJS", // "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "dist" }, "include": ["redlock.ts", "test/**/*","example/**/*"] }