update tsconfig
This commit is contained in:
14
package.json
14
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user