update tsconfig

This commit is contained in:
2024-04-14 18:31:19 +02:00
parent 0c49438942
commit ff63115b4f
4 changed files with 145 additions and 32 deletions

View File

@@ -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"
]
}
}