Skip to content

Commit

Permalink
Merge branch 'next' into feat/h5_api_impl
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode authored Apr 14, 2022
2 parents 38d28af + fe90fbb commit 4b765a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-cli/templates/default/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sourceMap": true,
"baseUrl": ".",
"rootDir": ".",
"jsx": "react-jsx",<% if (framework === 'preact') {%>
"jsx": "<%= ['vue', 'vue3'].includes(framework) ? 'preserve' : 'react-jsx' %>",<% if (framework === 'preact') {%>
"skipLibCheck": true,<%}%><% if (framework === 'nerv') {%>
"jsx": "react",
"jsxFactory": "Nerv.createElement",<%}%>
Expand Down

0 comments on commit 4b765a6

Please sign in to comment.