update tsconfig

This commit is contained in:
2024-04-14 17:16:43 +02:00
parent 2449fc059f
commit 4a24b7df65
4 changed files with 138 additions and 51 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/qenv",
"version": "6.0.5",
"private": false,
"description": "easy promised environments",
"description": "A module for easily handling environment variables in Node.js projects with support for .yml and .json configuration.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -16,9 +16,13 @@
"url": "git+ssh://git@gitlab.com/pushrocks/qenv.git"
},
"keywords": [
"environment",
"git",
"ci"
"environment variables",
"configuration management",
"Node.js",
"TypeScript",
"Docker secrets",
"CI/CD",
"testing"
],
"author": "Lossless GmbH",
"license": "MIT",
@@ -55,4 +59,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}