Skip to content

Commit 8f1df19

Browse files
committed
Fixes missing language exports
1 parent d678c1d commit 8f1df19

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)