mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 08:03:43 +00:00
10 lines
194 B
JSON
10 lines
194 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@layouts/*": ["src/layouts/*"],
|
|
"@components/*": ["src/components/*"]
|
|
}
|
|
}
|
|
}
|