update tsconfig

This commit is contained in:
2024-04-14 18:12:04 +02:00
parent c25c2e96a4
commit 74f8f628fa
4 changed files with 141 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartreport",
"version": "1.0.2",
"private": false,
"description": "create reports and display them on the web",
"description": "A library for creating and displaying reports on the web.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
@@ -31,5 +31,15 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"report generation",
"web display",
"TypeScript",
"documentation",
"testing",
"code formatting",
"open source",
"contribution"
]
}