fix types property

This commit is contained in:
2024-10-08 20:08:59 -05:00
parent fd0eea1982
commit 4299a4cf05
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "0.4.6",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.js",
"types": "dist/index.d.ts",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",