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