Files
website-enchun-mgr/apps/frontend/tsconfig.json

10 lines
159 B
JSON

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