2026-06-24 14:00:13 +02:00
|
|
|
{
|
|
|
|
|
"extends": "astro/tsconfigs/strict",
|
|
|
|
|
"compilerOptions": {
|
2026-07-02 13:55:46 +02:00
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
|
|
|
|
"@/*": ["src/*"]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"include": ["src/**/*", ".astro/types.d.ts"],
|
|
|
|
|
"exclude": ["dist"]
|
2026-06-24 14:00:13 +02:00
|
|
|
}
|