chore: add typings, publish types/* files

master
丁锐 2021-12-08 16:54:15 +08:00
parent a24f756fb1
commit 74b8d3d21a
1 changed files with 3 additions and 2 deletions

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)",