From d63defc11a68dd0fd18e88dbaa58283799927b6c Mon Sep 17 00:00:00 2001 From: Rahim Date: Mon, 1 Jun 2026 12:17:53 -0700 Subject: [PATCH] fix(react): transform JSX in package builds --- packages/react/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/tsconfig.json b/packages/react/tsconfig.json index f76e15081..8e284670a 100644 --- a/packages/react/tsconfig.json +++ b/packages/react/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig.json", "compilerOptions": { - "jsx": "preserve", + "jsx": "react", "paths": { "@vidstack/react": ["./src/index.ts"] },