Skip to content

Commit 516f350

Browse files
authored
Fixes missing language exports (#5121)
1 parent 9221aa0 commit 516f350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"module": "./esm/vs/editor/editor.main.js",
3939
"exports": {
4040
".": {
41-
"types": "./esm/vs/editor/editor.api.d.ts",
41+
"types": "./esm/vs/editor/editor.main.d.ts",
4242
"import": "./esm/vs/editor/editor.main.js",
4343
"require": "./min/vs/editor/editor.main.js"
4444
},

0 commit comments

Comments
 (0)