schmelczer-dev/tsconfig.json

6 lines
100 B
JSON

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