package.json `types` point to actual types file

This commit is contained in:
Josh 2021-09-12 04:18:17 -04:00
parent 6270e0259c
commit 326b7c0ca1

View File

@ -23,7 +23,7 @@
"main": "xlsx.js",
"unpkg": "dist/xlsx.min.js",
"jsdelivr": "dist/xlsx.min.js",
"types": "types",
"types": "types/index.d.ts",
"browser": {
"buffer": false,
"crypto": false,