summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-09-24 09:00:21 +0200
committerYuval Adam <_@yuv.al>2025-09-24 09:01:21 +0200
commit5ffaa448fbf025faae03756ab7e1ed2bf15507c4 (patch)
tree186d2ef8466628844281abfd81478c7676ae636d /tsconfig.json
parent564ada7388d7fba9a952fecdae1db4ecbe0c7fd9 (diff)
Add react and tailwind
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