Skip to content

Commit

Permalink
vscode vs. typescript: jsx issue
Browse files Browse the repository at this point in the history
  • Loading branch information
meleu committed Nov 26, 2020
1 parent 9d43a86 commit f695426
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}

1 comment on commit f695426

@meleu
Copy link
Owner Author

@meleu meleu commented on f695426 Nov 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually this is what solved the --jsx issue:
facebook/create-react-app#10107 (comment)

Please sign in to comment.