update tsconfig

This commit is contained in:
2024-04-14 18:21:57 +02:00
parent a52a4ab7fd
commit b9805efa57
4 changed files with 126 additions and 49 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartspawn",
"version": "3.0.2",
"private": false,
"description": "smart subprocess handling",
"description": "A node module for smart subprocess handling with support for promises and streamlined subprocess communication.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -48,5 +48,15 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"subprocess",
"child_process",
"spawn",
"threading",
"multithreading",
"process management",
"async",
"promise"
]
}