feat: integrate React support and add AnimatedText component for enhanced animations

This commit is contained in:
mr. M
2024-12-11 18:40:01 +01:00
parent 4059cfb764
commit aa5c4f6ad0
10 changed files with 319 additions and 42 deletions

View File

@@ -1,3 +1,7 @@
{
"extends": "astro/tsconfigs/strict"
}
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}