소스 검색

Add module field to package.json

Alex Dima 7 년 전
부모
커밋
af8569258d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"