From f2bc3f5eb75a0aa06bdcea353e36bff3cc7d47bf Mon Sep 17 00:00:00 2001 From: Ed Preston Date: Sun, 27 Aug 2023 20:30:06 +1000 Subject: [PATCH] Update tsconfig.json remove "jsx": "preserve", --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 17d50cb..ac4c438 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,6 @@ /* Language and Environment */ "target": "ES2022", "lib": ["esnext", "dom"], - "jsx": "preserve", /* Modules */ "module": "ES2022",