Skip to content

Commit

Permalink
Update tsconfig "jsx" to "react"
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Oct 21, 2024
1 parent fd0d394 commit 21a11c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {
import React, {
cloneElement,
isValidElement,
ReactElement,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@gilbarbara/tsconfig",
"compilerOptions": {
"downlevelIteration": true,
"jsx": "react",
"noEmit": true,
"target": "ES2020"
},
Expand Down

0 comments on commit 21a11c7

Please sign in to comment.