schmelczer-dev/tsconfig.json
2026-05-11 08:12:35 +01:00

6 lines
100 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"types": ["astro/client"]
}
}