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": {