update tsconfig

This commit is contained in:
2024-04-14 18:39:40 +02:00
parent 506f4ebba6
commit 6be13abd64
4 changed files with 86 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/webglobal",
"version": "1.0.2",
"private": false,
"description": "a better non polluting global module for efficient in browser communication",
"description": "A better non-polluting global module for efficient in-browser communication.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
@@ -31,5 +31,12 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"browser communication",
"TypeScript",
"global module",
"non-polluting",
"web development"
]
}