update tsconfig

This commit is contained in:
2024-04-14 18:33:33 +02:00
parent 216ed8a6d1
commit de062f5acd
4 changed files with 154 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartvhost",
"version": "1.0.3",
"private": false,
"description": "a module creating a vhost layer in order to maintain several smartexpress instances",
"description": "A module for creating a virtual host (vhost) layer to manage multiple SmartExpress instances.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
@@ -36,5 +36,19 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"virtual host",
"SmartExpress",
"networking",
"proxy",
"vhost configuration",
"node.js",
"express",
"web server",
"reverse proxy",
"typescript",
"SSL",
"module"
]
}