From 0086773cad8f65952eab8fcd1cc9cf29aa39862c Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Tue, 23 Dec 2025 15:06:48 -0800 Subject: [PATCH] Remove leftover `@ts-check` from `typedoc.config.js` --- typedoc.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/typedoc.config.js b/typedoc.config.js index cdb0c7dcaad..f0e82fd0e1d 100644 --- a/typedoc.config.js +++ b/typedoc.config.js @@ -5,7 +5,6 @@ * SPDX-License-Identifier: AGPL-3.0-only */ -// @ts-check /// import { globSync } from "node:fs";