chore: add typings, publish types/* files

This commit is contained in:
丁锐
2021-12-08 16:54:15 +08:00
parent a24f756fb1
commit 74b8d3d21a
+3 -2
View File
@@ -8,10 +8,11 @@
"pdf"
],
"main": "dist/vue3-pdf-viewer.js",
"types": "types/index.d.ts",
"typings": "types/index.d.ts",
"files": [
"dist/*",
"src/*"
"src/*",
"types/*"
],
"license": "MIT",
"author": "Wayne (371377785@qq.com)",