From 57c941e2ca660fd609054e63abd5da96570e836e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Sat, 13 Jan 2024 02:48:14 +0800 Subject: [PATCH] chore: fix vue jsx types --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 1d7a7c91..6e6e0c35 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "resolveJsonModule": true, "esModuleInterop": true, "jsx": "preserve", + "jsxImportSource": "vue", "types": ["vitest/globals"], "skipLibCheck": true, "paths": {