I might have to revert a lot of this

This commit is contained in:
MotorTruck1221
2025-04-21 23:10:51 -06:00
4 changed files with 84 additions and 6161 deletions
-16
View File
@@ -1,16 +0,0 @@
{
"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/*"]
}
}
}