update tsconfig

This commit is contained in:
2024-04-14 18:14:46 +02:00
parent 15c865c141
commit 5c1beec833
4 changed files with 144 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartrule",
"version": "2.0.1",
"private": false,
"description": "a smart rule library for handling decision trees.",
"description": "A library for creating and managing decision trees with smart rules.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -34,5 +34,13 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"decision tree",
"rules engine",
"smart rules",
"typescript",
"nodejs",
"library"
]
}