From f30cf89b68a0fa4e1d268951ea251fa71c141a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99ich=20B=C3=A4r?= Date: Mon, 10 Nov 2025 09:16:38 +0100 Subject: [PATCH] perf: do not publish `tsbuildinfo` file to npm (#618) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c3730fad..93cacaa6 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,8 @@ }, "homepage": "https://blog.apify.com/how-to-make-headless-chrome-and-puppeteer-use-a-proxy-server-with-authentication-249a21a79212", "files": [ - "dist" + "dist", + "!**/*.tsbuildinfo" ], "scripts": { "build:watch": "tsc -w",