Skip to content

Commit 9dce7ba

Browse files
committed
Add jsx: react to root tsconfig for convenience
1 parent 5220be3 commit 9dce7ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"resolveJsonModule": true,
44
"esModuleInterop": true,
55
"moduleResolution": "node",
6-
"strict": true
6+
"strict": true,
7+
"jsx": "react"
78
}
89
}

0 commit comments

Comments
 (0)