Skip to content

Commit

Permalink
build: use new jsx namespace
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Feb 2, 2025
1 parent c904928 commit 4533d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": false,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "react-jsx",
"jsx": "react/jsx-runtime",
"lib": ["dom", "dom.iterable", "ES2023"],
"module": "esnext",
"moduleResolution": "node",
Expand Down

0 comments on commit 4533d99

Please sign in to comment.