Commit 4194845 for jssip.net

commit 419484540e3a85aa84d40f6973a9b6b533961088
Author: José Luis Millán <jmillan@aliax.net>
Date:   Fri Apr 24 17:25:07 2026 +0200

    Do not include test folder in lib/

diff --git a/tsconfig.json b/tsconfig.json
index 1251e87..76528d3 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -40,4 +40,5 @@
 		"noUncheckedSideEffectImports": true,
 	},
 	"include": ["src"],
+	"exclude": ["src/test"],
 }