From 2f69978e27c4940a618e65fc56d8e1ff97b72e9e Mon Sep 17 00:00:00 2001 From: Oscar Lee-Vermeren Date: Tue, 5 Mar 2024 21:15:15 -0500 Subject: [PATCH] fix: exclude test file from build --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 70ffb98..4a2a9e1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "declarationDir": "dist", }, "include": [ - "lib/*", + "lib/*.ts", "node-pre-gyp.d.ts" ], }