update tsconfig

This commit is contained in:
2024-04-14 17:25:46 +02:00
parent 2c00895c1d
commit c33c5d2678
4 changed files with 157 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@push.rocks/smartcls",
"version": "1.0.12",
"description": "continuation-local-storage using native AsyncLocalStorage",
"description": "Provides a wrapper for native AsyncLocalStorage to manage continuation-local storage.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -34,5 +34,15 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"async local storage",
"continuation-local storage",
"context management",
"async_hooks",
"node.js",
"typescript",
"asynchronous storage",
"thread local storage"
]
}