update tsconfig

This commit is contained in:
2024-04-14 18:04:25 +02:00
parent 46a70d55c5
commit 48989c17c7
4 changed files with 144 additions and 30 deletions

View File

@ -2,7 +2,7 @@
"name": "@push.rocks/smartntml",
"version": "2.0.4",
"private": false,
"description": "lit-html for the backend",
"description": "Provides lit-html rendering capabilities for backend applications.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@ -42,5 +42,16 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"backend rendering",
"lit-html",
"template rendering",
"server-side rendering",
"html template",
"web components",
"happy-dom",
"indexeddb",
"typescript"
]
}