update tsconfig

This commit is contained in:
2024-04-14 18:27:09 +02:00
parent 10ef8aac8f
commit cae7749d9d
4 changed files with 157 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartswagger",
"version": "1.1.3",
"private": false,
"description": "a swagger tookit for working with swagger files",
"description": "A Swagger toolkit for working with Swagger files, including merging documents and serving APIs with UI.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -44,5 +44,14 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"swagger",
"API documentation",
"swagger-ui",
"redoc",
"express middleware",
"typescript",
"openapi"
]
}