Skip to content

Commit 5b3507e

Browse files
authored
fix: remove unwanted tsconfig options (#32)
1 parent e3b8495 commit 5b3507e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "ESNext",
4-
"jsx": "preserve",
5-
"jsxFactory": "React.createElement",
6-
"jsxImportSource": "react",
4+
"jsx": "react-jsx",
75
"lib": ["esnext", "dom", "DOM.Iterable"],
86
"module": "ESNext",
97
"moduleResolution": "Bundler",

0 commit comments

Comments
 (0)