Files
pokemon/tsconfig.json

6 lines
113 B
JSON
Raw Permalink Normal View History

2026-02-07 13:36:51 -05:00
{
"extends": "astro/tsconfigs/strict",
2026-03-25 05:34:11 -04:00
"include": [".astro/types.d.ts", "src/**/*"],
2026-02-07 13:36:51 -05:00
"exclude": ["dist"]
}