aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index d78f81e..5d5dcd6 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,3 +1,6 @@
{
- "extends": "astro/tsconfigs/base"
-}
+ "extends": "astro/tsconfigs/base",
+ "compilerOptions": {
+ "jsx": "preserve"
+ }
+} \ No newline at end of file