fix types property

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