From 48c9109170c1ab60962fa7590a1c04287fe50d13 Mon Sep 17 00:00:00 2001 From: ISA Date: Mon, 27 Jan 2025 08:07:53 +0100 Subject: [PATCH] TypeScript Entwicklung --- tsconfig.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 41738cd..d347b20 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "esnext", "module": "commonjs", - "jsx": "react-jsx", + "jsx": "preserve", "strict": true, "esModuleInterop": true, "moduleResolution": "node", @@ -11,7 +11,9 @@ "allowSyntheticDefaultImports": true, "noEmit": true, "skipLibCheck": true, - "types": ["cypress"] , + "types": [ + "cypress" + ], "lib": [ "dom", "dom.iterable", @@ -19,7 +21,6 @@ ], "allowJs": true, "incremental": true - }, "include": [ "src",