Revert "I might have to revert a lot of this"

This reverts commit 33dec770e1, reversing
changes made to 05c7dad93d.
This commit is contained in:
MotorTruck1221
2025-04-21 23:14:09 -06:00
parent 33dec770e1
commit 6a1c222b1c
4 changed files with 6161 additions and 84 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist", "server"],
"compilerOptions": {
"moduleResolution": "bundler",
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],
"@utils/*": ["src/utils/*"],
"@assets/*": ["src/assets/*"],
"@styles/*": ["src/styles/*"]
}
}
}