update tsconfig

This commit is contained in:
2024-04-14 18:14:02 +02:00
parent f4e17f7c74
commit c68bb206a2
4 changed files with 152 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartrouter",
"version": "1.0.17",
"private": false,
"description": "a router for routing on websites",
"description": "A JavaScript library providing routing capabilities for web applications.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -21,6 +21,8 @@
"@types/node": "^20.6.0"
},
"dependencies": {
"@push.rocks/lik": "^6.0.5",
"@push.rocks/smartrx": "^3.0.6",
"path-to-regexp": "^6.2.0"
},
"files": [
@@ -38,5 +40,14 @@
"browserslist": [
"last 1 chrome versions"
],
"type": "module"
}
"type": "module",
"keywords": [
"web development",
"routing",
"single page application",
"URL management",
"path matching",
"query parameters",
"browser history"
]
}