Skip to content

Commit

Permalink
fix: change jsx to preserve
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Nov 21, 2024
1 parent 965ce7f commit 22daa0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wild-hotels-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperse/eslint-config-hyperse": patch
---

change `jsx` to `preserve`
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"jsx": "react-jsx",
"jsx": "preserve",
"strictNullChecks": true,
"noImplicitAny": true,
"strictFunctionTypes": true,
Expand Down

0 comments on commit 22daa0c

Please sign in to comment.