Files
website-enchun-mgr/apps/frontend/tsconfig.json
pkupuk 9c2181f743 feat(frontend): update pages, components and branding
Refresh Astro frontend implementation including new pages (Portfolio, Teams, Services), components, and styling updates.
2026-02-11 11:50:42 +08:00

12 lines
233 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@shared/*": ["../packages/shared/src/*"]
}
},
"exclude": ["node_modules", "dist", "tests"]
}