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", "version": "0.4.6",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.js", "types": "dist/index.d.ts",
"scripts": { "scripts": {
"prebuild": "rimraf dist", "prebuild": "rimraf dist",
"build": "tsc", "build": "tsc",