diff --git a/packages/r3f/tsconfig.json b/packages/r3f/tsconfig.json index 3c42607..b180d82 100644 --- a/packages/r3f/tsconfig.json +++ b/packages/r3f/tsconfig.json @@ -5,6 +5,7 @@ "lib": ["ESNext", "DOM"], "rootDir": "src", "types": ["jest", "node"], + "jsx": "react", "emitDeclarationOnly": true, "composite": true },