From 4299a4cf054b47c1987c028e69c76094fcc09f58 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 8 Oct 2024 20:08:59 -0500 Subject: [PATCH] fix types property --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60b48d6..6c61058 100644 --- a/package.json +++ b/package.json @@ -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",