We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57fa21c commit 7ea5bbcCopy full SHA for 7ea5bbc
tsconfig.json
@@ -4,6 +4,7 @@
4
"ES2018"
5
],
6
"strict": true,
7
- "checkJS": true
+ "checkJs": true,
8
+ "jsx": "react-jsx"
9
}
10
0 commit comments