From 0e4a7a5d4dcf49b49980bcf611db082fcc9afbe3 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Fri, 7 Nov 2025 17:12:48 +0100 Subject: [PATCH] Fixes typedoc --- website/typedoc/typedoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/typedoc/typedoc.json b/website/typedoc/typedoc.json index 9edb625c..596fbe8f 100644 --- a/website/typedoc/typedoc.json +++ b/website/typedoc/typedoc.json @@ -1,6 +1,6 @@ { "$schema": "https://typedoc.org/schema.json", - "entryPoints": ["../../out/monaco-editor/esm/vs/editor/editor.api.d.ts"], + "entryPoints": ["../../out/monaco-editor/esm/vs/editor/editor.main.d.ts"], "out": "dist", "theme": "default",