2024-05-17 22:32:32 +00:00
|
|
|
{
|
|
|
|
"extends": "astro/tsconfigs/strict",
|
|
|
|
"compilerOptions": {
|
|
|
|
"types": ["@astrojs/image/client"],
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
2024-05-20 12:20:00 +00:00
|
|
|
"@/*": ["src/*"],
|
2024-05-20 13:28:30 +00:00
|
|
|
"@/types/*": ["../*"]
|
2024-05-17 22:32:32 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|