mirror of
https://github.com/zoriya/blog.git
synced 2026-05-27 00:24:26 +00:00
11 lines
159 B
JSON
11 lines
159 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"exclude": ["dist", "src/content"],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
}
|
|
}
|