Refresh Astro frontend implementation including new pages (Portfolio, Teams, Services), components, and styling updates.
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@shared/*": ["../packages/shared/src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist", "tests"]
|
|
}
|