update tsconfig
This commit is contained in:
15
package.json
15
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartdaemon",
|
||||
"version": "2.0.4",
|
||||
"private": false,
|
||||
"description": "start scripts as long running daemons and manage them",
|
||||
"description": "Start scripts as long running daemons and manage them.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
@@ -44,5 +44,14 @@
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"type": "module"
|
||||
}
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"daemon",
|
||||
"service management",
|
||||
"Linux systemd",
|
||||
"process management",
|
||||
"Node.js",
|
||||
"system administration",
|
||||
"background services"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user