mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-08 15:08:14 -07:00
5 lines
109 B
JSON
5 lines
109 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"]
|
|
}
|