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

9 lines
154 B
JSON
Raw Normal View History

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