feat: Implement monthly collaborator page and component with custom global styling, replacing Tailwind CSS.

This commit is contained in:
2026-03-16 23:51:58 -03:00
parent d0bc535464
commit e278ecde92
10 changed files with 1671 additions and 1781 deletions

View File

@@ -1,4 +1,8 @@
{
"compilerOptions": {
"strict": true,
"baseUrl": "."
},
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]