mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 19:22:37 +00:00
13 lines
298 B
JSON
13 lines
298 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@assets/*": ["src/assets/*"],
|
|
"@components/*": ["src/components/*"],
|
|
"@layouts/*": ["src/layouts/*"]
|
|
}
|
|
}
|
|
}
|