diff --git a/packages/media-console/tsconfig.json b/packages/media-console/tsconfig.json index 8463a29..5c4bddd 100644 --- a/packages/media-console/tsconfig.json +++ b/packages/media-console/tsconfig.json @@ -4,7 +4,8 @@ "allowUnusedLabels": false, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, - "jsx": "react", + "jsx": "react-jsx", + "jsxImportSource": "react", "lib": [ "esnext" ], diff --git a/packages/reanimated/tsconfig.json b/packages/reanimated/tsconfig.json index 8463a29..5c4bddd 100644 --- a/packages/reanimated/tsconfig.json +++ b/packages/reanimated/tsconfig.json @@ -4,7 +4,8 @@ "allowUnusedLabels": false, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, - "jsx": "react", + "jsx": "react-jsx", + "jsxImportSource": "react", "lib": [ "esnext" ],