Goatpedia/tsconfig.json
houston[bot] b09eef4d23 🎉 Initial Commit
2025-01-20 20:15:16 +08:00

6 lines
109 B
JSON

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