This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
server-islands/tsconfig.json
2024-08-15 16:54:57 -04:00

9 lines
No EOL
154 B
JSON

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