update tsconfig

This commit is contained in:
2024-04-14 17:48:56 +02:00
parent fc2619b757
commit 459d3cc0e5
4 changed files with 118 additions and 61 deletions

View File

@ -2,14 +2,22 @@
"name": "@push.rocks/smartlog",
"version": "3.0.4",
"private": false,
"description": "minimalistic distributed and extensible logging tool",
"description": "A minimalistic, distributed, and extensible logging tool supporting centralized log management.",
"keywords": [
"logging",
"log management",
"typescript",
"centralized logging",
"json logging",
"scalyr",
"elasticsearch",
"logdna"
"node.js",
"distributed systems",
"extensible logging",
"log routing",
"console logging",
"log destinations",
"log levels",
"error tracking",
"development tools"
],
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
@ -49,4 +57,4 @@
"last 1 chrome versions"
],
"type": "module"
}
}