From 330315c61566c70357bf3ef2f94c57688a1ad8bb Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:48:38 +0100 Subject: [PATCH] remove comment jsx --- frontend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index e789dea1..4b269df3 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -10,7 +10,7 @@ "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, - "jsx": "react-jsx", // Ă„ndere von "preserve" zu "react-jsx" + "jsx": "react-jsx", "incremental": true, "plugins": [ {