summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-05-23 14:50:37 +0200
committerYuval Adam <_@yuv.al>2025-05-23 14:50:37 +0200
commit3386dfab4ed49ecd00678e2635449f9ba41156d5 (patch)
tree5a80d7efd5f56a1c08b62bc3c6833a917afcf0eb /tsconfig.json
parent48b7a6c8fdc2127f6cea8333e3a4e22d3f2c2556 (diff)
Add react
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json15
1 files changed, 12 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 8bf91d3..69c1600 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,5 +1,14 @@
{
"extends": "astro/tsconfigs/strict",
- "include": [".astro/types.d.ts", "**/*"],
- "exclude": ["dist"]
-}
+ "include": [
+ ".astro/types.d.ts",
+ "**/*"
+ ],
+ "exclude": [
+ "dist"
+ ],
+ "compilerOptions": {
+ "jsx": "react-jsx",
+ "jsxImportSource": "react"
+ }
+} \ No newline at end of file