update tsconfig

This commit is contained in:
2024-04-14 18:24:08 +02:00
parent 8c0125a8c0
commit 8c3a7aa637
4 changed files with 155 additions and 30 deletions

View File

@ -2,7 +2,7 @@
"name": "@push.rocks/smartstate",
"version": "2.0.17",
"private": false,
"description": "a package that handles state in a good way",
"description": "A package for handling and managing state in applications.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@ -43,5 +43,17 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"state management",
"reactive programming",
"TypeScript",
"observables",
"web storage",
"state action",
"state selection",
"state notification",
"asynchronous state",
"cumulative notification"
]
}
}