From 8be6a7b474b6ab9538ad7c9b853ff7746f968dfc Mon Sep 17 00:00:00 2001 From: donpat1to Date: Sat, 25 Oct 2025 00:28:15 +0200 Subject: [PATCH] changed version dependencies --- frontend/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 6ca4f73..65be7f0 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -18,11 +18,11 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "react-jsx", "ignoreDeprecations": "6.0", + "jsx": "react-jsx", "downlevelIteration": true }, "include": [ "src" ] -} \ No newline at end of file +}