From d7186355bec91a9233e60de7c06e0e03eb669a14 Mon Sep 17 00:00:00 2001 From: Alex Kanunnikov Date: Thu, 5 Dec 2024 19:53:07 +0300 Subject: [PATCH] chore: support typescript checking in tests --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 327ed39..7406637 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,7 +25,7 @@ "esm": true, }, - "include": ["./src/**/*.ts"], + "include": ["./src/**/*.ts", "./test/**/*.ts"], "exclude": ["node_modules"], }