chore: merged chore/fix-astro into master

This commit is contained in:
aronmal 2023-11-09 17:35:56 +01:00 committed by moonleay
parent 4ddb323091
commit 07034b2ba4
No known key found for this signature in database
GPG key ID: 82667543CCD715FB
4 changed files with 2913 additions and 970 deletions

View file

@ -1,5 +1,5 @@
{
"extends": "astro/tsconfigs/strict",
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
@ -7,4 +7,4 @@
"@layouts/*": ["src/layouts/*"]
}
}
}
}