Skip to content

Commit d32ba87

Browse files
committed
make sub package react tsconfig
1 parent a8821fb commit d32ba87

File tree

3 files changed

+141
-61
lines changed

3 files changed

+141
-61
lines changed

packages/shared/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"skipLibCheck": true,
2121
"target": "es5",
2222
"module": "esnext",
23-
"jsx": "preserve"
23+
"jsx": "react"
2424
},
2525
"include": [
2626
"src"

packages/www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@
5050
"last 1 safari version"
5151
]
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)