mirror of
https://code.castopod.org/adaures/castopod
synced 2025-09-03 02:09:27 +00:00
6 lines
109 B
JSON
6 lines
109 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"]
|
|
}
|