update tsconfig

This commit is contained in:
2024-04-14 17:18:55 +02:00
parent 509bb19ab6
commit 74055c408c
4 changed files with 117 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartaction",
"version": "1.0.2",
"private": false,
"description": "a module for managing actions. What was done? What needs to be done? How often should it be done? Whats currently being done?",
"description": "a module for managing and tracking actions, including their completion status and frequencies.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -37,5 +37,14 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"task management",
"action tracking",
"project management",
"workflow automation",
"state management",
"Typescript",
"activity logging"
]
}