From 4665faf04ec6a4d9f305ce29376da276dbb745e0 Mon Sep 17 00:00:00 2001 From: bbb169 <827088092@qq.com> Date: Mon, 16 Oct 2023 17:21:12 +0800 Subject: [PATCH] fix: jsx warnning in app.tsx --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 28da57d..5763ada 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "jsx": "react-jsx", "target": "ES2020", "useDefineForClassFields": true, "lib": ["ES2020", "DOM", "DOM.Iterable"],