update tsconfig

This commit is contained in:
2024-04-14 17:56:20 +02:00
parent 69d30c3897
commit 2e0b5b57db
4 changed files with 126 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartmanifest",
"version": "2.0.2",
"private": false,
"description": "a module for creating web app manifests",
"description": "A toolkit for constructing web application manifests with TypeScript support.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -35,5 +35,13 @@
"type": "module",
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"web app manifest",
"service worker",
"PWA",
"TypeScript",
"node.js",
"web development"
]
}