From fb4e28e71311bef30de5f49cfb4ad8cb45fcad22 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 27 Feb 2023 10:52:22 -0600 Subject: [PATCH] Fix tsconfig for jsx --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index cace91f5..62c9f2ca 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "@tsconfig/react-native/tsconfig.json", "compilerOptions": { + "jsx": "react-jsx", "paths": { "lib/*": ["./src/lib/*"], "platform/*": ["./src/platform/*"],