update packages & references

This commit is contained in:
Surjith S M
2025-03-14 19:11:19 +05:30
parent 654a7e89f8
commit 1a844c57df
16 changed files with 1460 additions and 1749 deletions

View File

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