From 3163805b922b93f05e006e7178f8e2938f1a333a Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 9 Sep 2025 16:04:10 -0700 Subject: [PATCH] astro: Type-check Astro configuration. Signed-off-by: Anders Kaseorg --- starlight_help/astro.config.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/starlight_help/astro.config.mjs b/starlight_help/astro.config.mjs index 2bc0ffb64f..f7d182f3b2 100644 --- a/starlight_help/astro.config.mjs +++ b/starlight_help/astro.config.mjs @@ -1,3 +1,5 @@ +// @ts-check + import * as fs from "node:fs"; import starlight from "@astrojs/starlight";