From 8f9d96b60fe18e0b126022096505c1c693b51108 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 21 Dec 2024 19:18:40 -0800 Subject: feat: add ability to dynamically render markdown files in public dir --- tsconfig.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tsconfig.json') 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 -- cgit v1.2.3