update tsconfig

This commit is contained in:
2024-04-14 18:39:02 +02:00
parent 45b0b5d011
commit d3e854ccc7
4 changed files with 114 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/webdetector",
"version": "2.0.3",
"private": false,
"description": "detect different environments within the browser",
"description": "A library to detect web environments and PWA installation status within a browser.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -39,5 +39,13 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"web environment detection",
"PWA status",
"online status check",
"platform detection",
"network status",
"browser detection"
]
}