log101-dot-dev/tsconfig.json
log101 65ebab416f chore: add path alias
feat: add category page
2024-05-11 20:08:36 +03:00

10 lines
136 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}