From 3a54fb793d57a248007b86c93d8eb9f337d34787 Mon Sep 17 00:00:00 2001 From: Tim Scanlin Date: Fri, 3 May 2024 09:14:33 -0700 Subject: [PATCH] add types to files array --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index dfeca84..a52080b 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ }, "files": [ "./*.js", + "./index.d.ts", "./index.js", "./index.mjs", "./dist/*",