From c072e24dc8a2c16e9029baef609d661e834e119c Mon Sep 17 00:00:00 2001 From: Joan Picornell Date: Sun, 24 Nov 2024 21:13:18 +0100 Subject: [PATCH] Remove ending comma in JSON array Co-authored-by: Siyavash Habashi --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8f54fd9..c59bec4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,7 +33,7 @@ "src/**/*.js", "src/**/*.jsx", "eslint.config.mjs", - "test/**/*.ts", + "test/**/*.ts" ], "references": [{ "path": "./tsconfig.node.json" }] }