update tsconfig
This commit is contained in:
14
package.json
14
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartfuzzy",
|
||||
"version": "1.1.6",
|
||||
"private": false,
|
||||
"description": "fuzzy match strings against word dictionaries/arrays",
|
||||
"description": "A library for fuzzy matching strings against word dictionaries or arrays, with support for object and article searching.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
@@ -38,5 +38,17 @@
|
||||
"cli.js",
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
],
|
||||
"keywords": [
|
||||
"fuzzy matching",
|
||||
"string matching",
|
||||
"dictionary matching",
|
||||
"search",
|
||||
"text analysis",
|
||||
"object sorting",
|
||||
"article search",
|
||||
"text similarity",
|
||||
"keyword matching",
|
||||
"data filtering"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user