update tsconfig

This commit is contained in:
2024-04-14 17:23:41 +02:00
parent 57c2e33a6c
commit abfa1e1c70
4 changed files with 131 additions and 34 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartcache",
"version": "1.0.16",
"private": false,
"description": "cache things in smart ways",
"description": "A module for caching asynchronous function results with smart time and hash-based invalidation strategies.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -41,5 +41,17 @@
"browserslist": [
"last 1 chrome versions"
],
"type": "module"
"type": "module",
"keywords": [
"caching",
"asynchronous",
"time-based invalidation",
"hash-based identification",
"smart caching",
"node.js",
"performance optimization",
"typescript",
"delay handling",
"error management"
]
}