Skip to content

Commit

Permalink
Merge pull request #28541 from williamhelmrath/addon-react-jsx
Browse files Browse the repository at this point in the history
Core: Fix manager-builder `tsconfig` to emit `react-jsx`
  • Loading branch information
ndelangen authored Jul 16, 2024
2 parents e9e441a + 121c448 commit 3d6f63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/core/assets/server/addon.tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"jsx": "react",
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}

0 comments on commit 3d6f63f

Please sign in to comment.