chore: do not downgrade syntax when compiling

This commit is contained in:
_Kerman 2024-11-19 17:12:44 +08:00
parent 64cba3d316
commit da407c91ff

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"target": "ESNext",
"jsx": "react",
"jsxFactory": "React.createElement",
"jsxFragmentFactory": "React.Fragment",