update tsconfig

This commit is contained in:
2024-04-14 18:27:46 +02:00
parent 89d9692701
commit 8b101369b8
4 changed files with 139 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@push.rocks/smartsystem",
"version": "3.0.1",
"description": "interact with the system you are running on",
"description": "A TypeScript library for interacting with the system it's running on, including environment, network, and hardware information.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -16,8 +16,14 @@
},
"keywords": [
"TypeScript",
"lazy",
"module loader"
"system information",
"environment variables",
"network",
"hardware info",
"OS interaction",
"module loading",
"async",
"cross-platform"
],
"author": "Lossless GmbH",
"license": "MIT",