update tsconfig
This commit is contained in:
11
package.json
11
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user