Skip to content

Commit

Permalink
fix: πŸ› tsconfig jsx compile option for react 16.8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Dec 28, 2023
1 parent 480bbc1 commit 5e1edf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-player/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react"
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["node_modules", "dist"]
Expand Down

0 comments on commit 5e1edf3

Please sign in to comment.