update tsconfig

This commit is contained in:
2024-04-14 17:17:27 +02:00
parent ed5a4593f9
commit d95ca1c01f
4 changed files with 121 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/searchquery",
"version": "1.0.3",
"private": false,
"description": "a module for dealing with searchqueries",
"description": "A module for parsing and handling search queries with debounce and customization options.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -37,5 +37,18 @@
"dependencies": {
"@pushrocks/smartrx": "^2.0.25",
"search-query-parser": "^1.6.0"
}
},
"keywords": [
"search query parsing",
"text search handling",
"debounce search input",
"search suggestions",
"custom search parser",
"observable search queries",
"TypeScript search module",
"reactive programming",
"npm package",
"module development",
"smart search processing"
]
}