my_photo_album/tsconfig.json
2026-06-02 22:15:07 +02:00

6 lines
109 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}