]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
fix(types): adds ESM export of types (#1457)
authorLiz Fong-Jones <elizabeth@ctyalcove.org>
Tue, 5 Jul 2022 22:19:45 +0000 (15:19 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Jul 2022 22:19:45 +0000 (00:19 +0200)
packages/router/package.json

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