update tsconfig
This commit is contained in:
14
package.json
14
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smarturl",
|
||||
"version": "3.0.7",
|
||||
"private": false,
|
||||
"description": "a url parsing lib",
|
||||
"description": "A library for parsing URLs in a detailed and flexible way.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -34,5 +34,15 @@
|
||||
],
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"keywords": [
|
||||
"URL parsing",
|
||||
"TypeScript",
|
||||
"node.js",
|
||||
"web development",
|
||||
"URL manipulation",
|
||||
"search parameters",
|
||||
"HTTP",
|
||||
"HTTPS"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user