chore: update dependencies and enhance TypeScript configuration for Astro example (#128)

This commit is contained in:
Cameron Pak
2025-04-01 05:58:13 -05:00
committed by GitHub
parent 3f26c45dd9
commit 2f067451b4
2 changed files with 11 additions and 7 deletions

View File

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