update tsconfig

This commit is contained in:
2024-04-14 18:20:36 +02:00
parent 2e2826c52d
commit fb555b33be
4 changed files with 157 additions and 103 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@push.rocks/smartsocket",
"version": "2.0.24",
"description": "easy and secure websocket communication",
"description": "Provides easy and secure websocket communication mechanisms, including server and client implementation, function call routing, connection management, and tagging.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -60,5 +60,17 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"websocket",
"communication",
"server",
"client",
"socket.io",
"authentication",
"reconnection",
"tagging",
"function routing",
"secure"
]
}
}