Skip to content

Commit 805a2d9

Browse files
committed
chore(tsconfig): allow JSX syntax
1 parent dc7a196 commit 805a2d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"module": "ESNext",
66
"moduleResolution": "Node",
77
"isolatedModules": true,
8+
"jsx": "react-jsx",
89
"strict": true,
910
"forceConsistentCasingInFileNames": true,
1011
"importsNotUsedAsValues": "error"

0 commit comments

Comments
 (0)