update tsconfig

This commit is contained in:
2024-04-14 18:38:20 +02:00
parent 757b992440
commit fdaf772cfc
4 changed files with 182 additions and 58 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/taskbuffer",
"version": "3.1.7",
"private": false,
"description": "flexible task management. TypeScript ready!",
"description": "A flexible task management library supporting TypeScript, allowing for task buffering, scheduling, and execution with dependency management.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -16,11 +16,16 @@
"url": "git+https://gitlab.com/pushrocks/taskbuffer.git"
},
"keywords": [
"gulp",
"task",
"buffer",
"task management",
"TypeScript",
"push.rocks"
"task buffering",
"task scheduling",
"task execution",
"task dependencies",
"parallel tasks",
"task chains",
"debounced tasks",
"distributed coordination"
],
"author": "Lossless GmbH",
"license": "MIT",
@@ -60,4 +65,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}