]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
fix: force relativse link in types exportcs
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 8 Jul 2022 15:36:36 +0000 (17:36 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 8 Jul 2022 15:36:36 +0000 (17:36 +0200)
packages/router/package.json

index 807c85cc09da57afd08327f66b913c694d333695..ebae7a129a2b65f7fb71ddb5ca1fa6cdc6732fbd 100644 (file)
@@ -8,7 +8,7 @@
   "types": "dist/vue-router.d.ts",
   "exports": {
     ".": {
-      "types": "dist/vue-router.d.ts",
+      "types": "./dist/vue-router.d.ts",
       "node": {
         "import": {
           "production": "./dist/vue-router.prod.cjs",