From 5e1edf315344f3417a5f5697fd73a73d16db838d Mon Sep 17 00:00:00 2001 From: Abdelrahman Ashraf Date: Thu, 28 Dec 2023 15:04:30 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20tsconfig=20jsx=20compile?= =?UTF-8?q?=20option=20for=20react=2016.8=20compatibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/react-player/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-player/tsconfig.json b/packages/react-player/tsconfig.json index 241ac57..e366c32 100644 --- a/packages/react-player/tsconfig.json +++ b/packages/react-player/tsconfig.json @@ -14,7 +14,7 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "react-jsx" + "jsx": "react" }, "include": ["src/**/*.ts", "src/**/*.tsx"], "exclude": ["node_modules", "dist"]