mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Fixes missing language exports
This commit is contained in:
parent
d678c1d32d
commit
8f1df194c1
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
"module": "./esm/vs/editor/editor.main.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./esm/vs/editor/editor.api.d.ts",
|
||||
"types": "./esm/vs/editor/editor.main.d.ts",
|
||||
"import": "./esm/vs/editor/editor.main.js",
|
||||
"require": "./min/vs/editor/editor.main.js"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue