From 131009c31be0737765cbbc7b6b9f47fb01654849 Mon Sep 17 00:00:00 2001 From: Maiko Tan Date: Mon, 1 Apr 2024 16:21:16 +0800 Subject: [PATCH] fix: format --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ea0828f..644fe14 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "incremental": true, "types": ["mocha", "yml-register/types"], "jsx": "react-jsx", - "jsxImportSource": "@satorijs/element", + "jsxImportSource": "@satorijs/element" }, "include": ["src/**/*.ts", "src/*.tsx"] }