mirror of
https://github.com/System-End/my-blog.git
synced 2026-04-19 14:17:01 +00:00
5 lines
109 B
JSON
5 lines
109 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"]
|
|
}
|