We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7a196 commit 805a2d9Copy full SHA for 805a2d9
tsconfig.json
@@ -5,6 +5,7 @@
5
"module": "ESNext",
6
"moduleResolution": "Node",
7
"isolatedModules": true,
8
+ "jsx": "react-jsx",
9
"strict": true,
10
"forceConsistentCasingInFileNames": true,
11
"importsNotUsedAsValues": "error"
0 commit comments