From 80bd9d446ea7983e49753e5c62c7c3529fcc819b Mon Sep 17 00:00:00 2001 From: Mark Amery Date: Sun, 20 Jul 2025 15:19:05 +0100 Subject: [PATCH] Stop publishing tsconfig.tsbuildinfo --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ae8b3343..2c360a85 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,8 @@ "files": [ "build", "index.mjs", - "!*.d.ts" + "!*.d.ts", + "!*.tsbuildinfo" ], "engines": { "node": ">=20"