UNPKG

@acuris/leprechaun-cache

Version:

Caching library that supports double checked caching and stale returns to avoid stampede and slow responses

12 lines (11 loc) 229 B
{ "extends": "@acuris/eslint-config/tsconfig.json", "compilerOptions": { "noEmit": false, "module": "commonjs", "target": "es2017", "declaration": true, "outDir": "./dist" }, "include": ["src/**/*"] }