From f1ac5f6c63c430e698a5b58f638974c58c8e8b9e Mon Sep 17 00:00:00 2001 From: Nathan Bonnemains Date: Mon, 20 Jan 2025 14:17:42 +0100 Subject: [PATCH] fix(tsconfig): revert tsconfig change --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 711b4b714..27c53057d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,6 @@ { "extends": "expo/tsconfig.base", "compilerOptions": { - "jsx": "react", "module": "ES2020", "strict": true, "baseUrl": ".",