Updated to Astro v5

This commit is contained in:
Al Murad Uzzaman
2025-01-05 15:55:16 +06:00
parent f7bc32a629
commit 63b1df19b8
21 changed files with 254 additions and 119 deletions
+2 -2
View File
@@ -19,6 +19,6 @@
"@/*": ["./src/*"]
}
},
"include": ["**/*.ts", "**/*.tsx", "**/*.astro"],
"exclude": ["node_modules"]
"include": [".astro/types.d.ts", "**/*.ts", "**/*.tsx", "**/*.astro"],
"exclude": ["node_modules", "dist"]
}