astro: Type-check Astro configuration.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-09-09 16:04:10 -07:00
committed by Tim Abbott
parent 56fc587dfd
commit 3163805b92

View File

@@ -1,3 +1,5 @@
// @ts-check
import * as fs from "node:fs";
import starlight from "@astrojs/starlight";