update tsconfig

This commit is contained in:
2024-04-14 18:24:47 +02:00
parent 5ec5d0a928
commit 7def0b01b0
4 changed files with 126 additions and 34 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartstatus",
"version": "1.0.12",
"private": false,
"description": "status information in TypeScript",
"description": "A TypeScript library for managing HTTP status information, with detailed status classes.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
@@ -40,5 +40,15 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"TypeScript",
"HTTP status",
"error handling",
"client errors",
"server errors",
"status codes",
"HTTP response",
"HTTP request"
]
}