From f99152465f9ba5d7b6d5f5e6491a70b71073e06e Mon Sep 17 00:00:00 2001 From: Lew Gordon Date: Thu, 13 Jun 2024 12:17:05 -0400 Subject: [PATCH] build: only package typescript declaration files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 709e99f..f9729fa 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "finder.js", "types": "finder.d.ts", "files": [ - "*.ts", + "*.d.ts", "*.js" ], "scripts": {