Update to Astro V5

This commit is contained in:
Jorge Vargas 2025-01-11 15:38:03 -06:00
parent d61ce20e5d
commit e57775833b
4 changed files with 934 additions and 469 deletions

View file

@ -1,13 +1,13 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"baseUrl": "src",
"paths": {
"@/graphql/*": [
"graphql/*"
],
"@/graphql/*": ["graphql/*"]
}
}
}
}