mirror of
https://github.com/Kyren223/website.git
synced 2025-09-05 14:08:12 +00:00
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"extends": "astro/tsconfigs/base",
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@layouts/*": [
|
|
"src/layouts/*"
|
|
],
|
|
"@components/*": [
|
|
"src/components/*"
|
|
],
|
|
"@styles/*": [
|
|
"src/styles/*"
|
|
]
|
|
}
|
|
}
|
|
}
|