Skip to content

Commit b34b523

Browse files
kylemclarenclaude
andcommitted
Convert Astro config to TypeScript
Rename astro.config.mjs to astro.config.ts for full type inference and better IDE support. Removes the // @ts-check workaround in favor of native TypeScript. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4fc6009 commit b34b523

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

astro.config.mjs renamed to astro.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// @ts-check
2-
31
import react from '@astrojs/react';
42
import sitemap from '@astrojs/sitemap';
53
import starlight from '@astrojs/starlight';

0 commit comments

Comments
 (0)