update tsconfig

This commit is contained in:
2024-04-14 13:39:41 +02:00
parent d1284024d5
commit 9476ad8129
4 changed files with 90 additions and 63 deletions

View File

@@ -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"
]
}