update tsconfig

This commit is contained in:
2024-04-14 17:57:41 +02:00
parent 5e8b5b0040
commit 0a692bcaa3
4 changed files with 116 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartmatch",
"version": "2.0.0",
"private": false,
"description": "a minimal matching library using picomatch",
"description": "A minimal matching library using picomatch for string matching based on wildcards.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -38,5 +38,14 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"match",
"picomatch",
"matching library",
"string matching",
"wildcards",
"typescript",
"npm package"
]
}