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