update tsconfig

This commit is contained in:
2024-04-14 13:35:59 +02:00
parent cb0f810201
commit 3ba5685914
4 changed files with 111 additions and 52 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/gulp-function",
"private": false,
"version": "3.0.7",
"description": "accepts a function call as parameter to execute in gulp pipeline",
"description": "A Gulp plugin to execute functions within a Gulp task pipeline.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
@@ -15,10 +15,15 @@
"url": "git+https://gitlab.com/push.rocks/gulp-function.git"
},
"keywords": [
"gulpplugin",
"gulp",
"function",
"pushrocks"
"plugin",
"task automation",
"stream manipulation",
"async function execution",
"pipeline",
"build tool",
"JavaScript",
"TypeScript"
],
"author": "Lossless GmbH <office@lossless.com> (https://lossless.com)",
"license": "MIT",
@@ -55,4 +60,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}