Skip to content

Commit

Permalink
chore: set jsx to react-jsx
Browse files Browse the repository at this point in the history
This prevents the need to import React explicitly in .tsx files
  • Loading branch information
jamiebrynes7 committed Nov 13, 2024
1 parent 2c47e2b commit 1ca684d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"include": ["src/**/*", "./vitest-setup.ts"],
"exclude": ["node_modules/*"],
"compilerOptions": {
"jsx": "react",
"jsx": "react-jsx",
"esModuleInterop": true,
"types": ["node"],
"paths": {
Expand Down

0 comments on commit 1ca684d

Please sign in to comment.