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