From 3dccbfc797c9e7ddce3541232ab00d020d6b4e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Krzeslak?= Date: Mon, 11 Aug 2025 14:24:28 +0200 Subject: [PATCH] test: add tests directory to tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 234339b..ffd5668 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,5 +30,5 @@ "esModuleInterop": true // "noImplicitReturns": true }, - "include": ["src", "package.json", "reset.d.ts"] + "include": ["src", "tests", "package.json", "reset.d.ts"] }