Files
fressh/apps/web/tsconfig.json
EthanShoeDev a7e36870d6 web app, icons
2025-09-10 05:16:15 -04:00

6 lines
106 B
JSON

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