From cb14b97a6e763a26104fb4d0a0509d0c34460238 Mon Sep 17 00:00:00 2001 From: Dan Ribbens Date: Sat, 25 May 2024 11:45:05 -0400 Subject: [PATCH] chore: swcrc syntax fix (#6505) --- test/.swcrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/.swcrc b/test/.swcrc index eb577aee67..15eb20bc14 100644 --- a/test/.swcrc +++ b/test/.swcrc @@ -7,7 +7,7 @@ "syntax": "typescript", "tsx": true, "dts": true - }, + } }, "module": { "type": "es6"