update tsconfig
This commit is contained in:
12
package.json
12
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@push.rocks/logcontext",
|
||||
"version": "2.0.0",
|
||||
"description": "enrich logs with context",
|
||||
"description": "A module to enrich logs with context, featuring async log contexts and scope management.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
@@ -42,5 +42,13 @@
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
],
|
||||
"type": "module"
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"logging",
|
||||
"context enrichment",
|
||||
"async log contexts",
|
||||
"scope management",
|
||||
"typescript",
|
||||
"nodejs"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user