From ee6736282845ea497b967f95aec138b81db69d25 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 8 Oct 2024 20:08:27 -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 1aac251..7969e56 100644 --- a/package.json +++ b/package.json @@ -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",