update tsconfig
This commit is contained in:
12
package.json
12
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user