From 39e13e4b6b10642de70f5d7eb8b42d4cfb1cf89e Mon Sep 17 00:00:00 2001 From: Daniel Santiago Date: Tue, 30 Apr 2024 21:31:29 +0200 Subject: [PATCH] format --- tests/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tsconfig.json b/tests/tsconfig.json index 562c64aea..63e875178 100644 --- a/tests/tsconfig.json +++ b/tests/tsconfig.json @@ -9,5 +9,5 @@ "experimentalDecorators": true, "resolveJsonModule": true }, - "include": ["./*.ts"] + "include": ["./*.ts"], }