Parcourir la source

Add module field to package.json

Alex Dima il y a 7 ans
Parent
commit
af8569258d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -11,6 +11,7 @@
     "website": "gulp website"
   },
   "typings": "./monaco.d.ts",
+  "module": "./esm/vs/editor/editor.main.js",
   "repository": {
     "type": "git",
     "url": "https://github.com/Microsoft/monaco-editor"