Revelav3/tsconfig.json
MotorTruck1221 9a2306a9a8
Revert "It builds, but now the page crashes 🔥"
This reverts commit b716dc5b35.
2024-09-28 15:12:27 -06:00

12 lines
270 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": ["src"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],
"@utils/*" : ["src/utils/*"]
}
}
}