From db5089d92e0f8e544da8f41389ff6e015797b20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BC=A0=E9=BE=99?= Date: Wed, 13 Apr 2022 17:24:27 +0800 Subject: [PATCH] chore: update jsconfig.json --- jsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsconfig.json b/jsconfig.json index adc4845..b1963c2 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -3,7 +3,8 @@ "baseUrl": "./", "paths": { "@/*": ["src/*"] - } + }, + "jsx": "preserve" }, "exclude": ["node_modules", "dist"] }