mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
12 lines
231 B
JSON
12 lines
231 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@layouts/*": ["src/layouts/*"],
|
|
"@components/*": ["src/components/*"],
|
|
"@assets/*": ["src/assets/*"]
|
|
}
|
|
}
|
|
}
|