Parcourir la source

fix(types): add missing `logger.d.ts` file to the package (#1789)

Kia King Ishii il y a 5 ans
Parent
commit
a477334b90
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -12,6 +12,7 @@
     "dist",
     "types/index.d.ts",
     "types/helpers.d.ts",
+    "types/logger.d.ts",
     "types/vue.d.ts"
   ],
   "scripts": {