server-islands/tsconfig.json

9 lines
154 B
JSON
Raw Permalink Normal View History

2024-08-15 16:54:57 -04:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"]
}
}
}