From c94012776f4fd63c1879ac714e04a1f6bfc639ba Mon Sep 17 00:00:00 2001 From: xiaoxiyao Date: Wed, 5 Aug 2026 11:49:59 +0800 Subject: [PATCH] fix: Update typings path in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52777cde3c..a93e38f8c6 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "build-monaco-editor": "ts-node ./build/build-monaco-editor", "build-lsp": "cd monaco-lsp-client && npm install && npm run build" }, - "typings": "./esm/vs/editor/editor.main.d.ts", + "typings": "./esm/vs/index.d.ts", "main": "./min/vs/editor/editor.main.js", "module": "./esm/vs/editor/editor.main.js", "exports": {