aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-12-21 19:18:40 -0800
committerPinapelz <yukais@pinapelz.com>2024-12-21 19:18:40 -0800
commit8f9d96b60fe18e0b126022096505c1c693b51108 (patch)
tree0fe14c9d0be93a780b5bc3da9b4ea60972fcab42 /tsconfig.json
parente19f06c1caf2ba57bbed09a212bb49ba97a815dd (diff)
feat: add ability to dynamically render markdown files in public dir
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index d78f81e..7fb90fa 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,3 +1,7 @@
{
- "extends": "astro/tsconfigs/base"
-}
+ "extends": "astro/tsconfigs/base",
+ "compilerOptions": {
+ "jsx": "react-jsx",
+ "jsxImportSource": "react"
+ }
+} \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage