build: updated all deps and replaced Picture with Image

This commit is contained in:
kashan-ahmad
2023-11-17 18:34:54 +05:00
parent c77ef54c66
commit 8d2ce5d19d
8 changed files with 878 additions and 936 deletions

View File

@@ -1,27 +1,16 @@
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true,
"baseUrl": "src",
"strictNullChecks": true,
"types": ["astro/client"],
"paths": {
"@lib/*": [
"lib/*"
],
"@utils/*": [
"utils/*"
],
"@components/*": [
"components/*"
],
"@layouts/*": [
"layouts/*"
],
"@assets/*": [
"assets/*"
],
"@pages/*": [
"pages/*"
],
"@lib/*": ["lib/*"],
"@utils/*": ["utils/*"],
"@components/*": ["components/*"],
"@layouts/*": ["layouts/*"],
"@assets/*": ["assets/*"],
"@pages/*": ["pages/*"]
}
}
}
}