Part 7: Images - durgo avvs products

This commit is contained in:
Kunthawat Greethong
2026-05-21 16:36:51 +07:00
commit e0d278fe02
125 changed files with 6465 additions and 0 deletions

12
tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@components/*": ["./src/components/*"],
"@layouts/*": ["./src/layouts/*"],
"@styles/*": ["./src/styles/*"]
}
}
}