update tsconfig

This commit is contained in:
2024-04-14 17:33:00 +02:00
parent 11f60dc2f5
commit b175669135
4 changed files with 113 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartevent",
"version": "2.0.5",
"private": false,
"description": "handle events in smart ways",
"description": "A library to handle events in smart ways, integrating features to work with promises.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
@@ -43,5 +43,13 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"event handling",
"smart event management",
"typescript",
"promises integration",
"asynchronous programming",
"event-driven development"
]
}