UNPKG

transitory

Version:

In-memory cache with high hit rates via LFU eviction. Supports time-based expiration, automatic loading and metrics.

13 lines (10 loc) 209 B
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "commonjs", "noEmit": true, "baseUrl": ".", }, "include": [ "test/*", "src/*" ], "exclude": [ "**/node_modules/**", "**/dist/**" ] }