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