Skip to content

Commit

Permalink
chore: update tsconfig to specify where to check React types
Browse files Browse the repository at this point in the history
  • Loading branch information
ElRodrigote committed Dec 11, 2024
1 parent ca5a3b9 commit 9266d6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
"paths": {
"react": ["./node_modules/@types/react"]
}
},
"exclude": ["./src/services/EcoBridge/Socket/api/generated"],
"include": ["src"]
Expand Down

0 comments on commit 9266d6e

Please sign in to comment.