update tsconfig

This commit is contained in:
2024-04-14 17:39:50 +02:00
parent 816ab19cb3
commit a2406be478
4 changed files with 115 additions and 32 deletions
+10 -3
View File
@@ -2,7 +2,7 @@
"name": "@push.rocks/smartgulp",
"version": "3.0.4",
"private": false,
"description": "lightweight gulp replacement",
"description": "A lightweight replacement for gulp, featuring smart stream handling and file manipulation.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
@@ -15,7 +15,14 @@
"url": "git+https://gitlab.com/push.rocks/smartevent.git"
},
"keywords": [
"gulp"
"build tool",
"gulp replacement",
"stream manipulation",
"file manipulation",
"typescript",
"task runner",
"pipeline",
"development tool"
],
"author": "Lossless GmbH",
"license": "MIT",
@@ -55,4 +62,4 @@
"npmextra.json",
"readme.md"
]
}
}