aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 5269748..aa12532 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -14,11 +14,7 @@
"strict": true,
"noImplicitAny": false,
"target": "ESNEXT",
- // https://esbuild.github.io/api/#jsx-factory
- // these short window aliases make the bundle ~10% smaller
- "jsxFactory": "_Ve$",
- "jsxFragmentFactory": "_VF$",
- "jsx": "react"
+ "jsx": "preserve"
},
"include": ["src/**/*"]
}