server-islands/tsconfig.json
Korbs 34873130d8 🚀 Init
2024-08-15 16:54:57 -04:00

9 lines
No EOL
154 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"]
}
}
}