From 1f536eeeddadbe638e5c22e1107108c8368515f2 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Tue, 7 Jun 2022 15:57:26 +0530 Subject: [PATCH] fix: volar complaining about jsx --- packages/hoppscotch-app/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/hoppscotch-app/tsconfig.json b/packages/hoppscotch-app/tsconfig.json index 4c3280f46..46e0650ff 100644 --- a/packages/hoppscotch-app/tsconfig.json +++ b/packages/hoppscotch-app/tsconfig.json @@ -10,6 +10,7 @@ "sourceMap": true, "skipLibCheck": true, "strict": true, + "jsx": "preserve", "noEmit": true, "baseUrl": ".", "paths": {