mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 18:31:35 +01:00
6 lines
109 B
JSON
6 lines
109 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"]
|
|
}
|