Skip to content

Commit

Permalink
Core: Fix bundling of React
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Dec 10, 2024
1 parent f4a084d commit 23b9834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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",
"jsx": "react",
"jsxImportSource": "react"
}
}
}

0 comments on commit 23b9834

Please sign in to comment.