mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
fixes website & adds editor.api.d.ts (#5104)
This commit is contained in:
parent
36efbe07d9
commit
e70b6618f4
7 changed files with 26 additions and 24 deletions
|
|
@ -33,7 +33,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.api.d.ts",
|
||||
"typings": "./esm/vs/editor/editor.main.d.ts",
|
||||
"main": "./min/vs/editor/editor.main.js",
|
||||
"module": "./esm/vs/editor/editor.main.js",
|
||||
"exports": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue