update tsconfig

This commit is contained in:
2024-04-14 17:33:39 +02:00
parent 7ef3a8da22
commit 3d1ad808a5
4 changed files with 144 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartexit",
"version": "1.0.21",
"private": false,
"description": "do things before one exists a process",
"description": "A library to perform cleanup operations before exiting a Node.js process.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -38,5 +38,12 @@
"npmextra.json",
"readme.md"
],
"type": "module"
}
"type": "module",
"keywords": [
"process exit",
"cleanup",
"node.js",
"signal handling",
"child process management"
]
}