A bunch of shit

This commit is contained in:
MotorTruck1221
2025-03-17 23:32:14 -06:00
parent 6b09a5350e
commit 19e6beaec4
12 changed files with 1042 additions and 27 deletions
+11 -1
View File
@@ -1,5 +1,15 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
"exclude": ["dist"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],
"@utils/*": ["src/utils/*"],
"@assets/*": ["src/assets/*"],
"@styles/*": ["src/styles/*"]
}
}
}