feat(docs/badge-customization): init #5

Merged
sugar merged 3 commits from noa.virellia/badge-customization into develop 2025-12-11 04:46:44 +00:00
Showing only changes of commit 096d477fde - Show all commits

View File

@@ -1,5 +1,11 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"compilerOptions": {
"paths": {
"@assets/*": ["./src/assets/*"],
"@components/*": ["./src/components/*"]
}
},
"exclude": ["dist"]
}