Skip to content

Commit

Permalink
fix: missing React JSX import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
toddwashere committed Jan 30, 2025
1 parent aca9468 commit 30381e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"jsx": "react-jsx",
"strict": true,
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit 30381e5

Please sign in to comment.