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