Explorar el Código

Merge pull request #76 from shzhng/patch-2

Add typings location to package.json, fixes #47
Alexandru Dima hace 9 años
padre
commit
07e48c2191
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -10,6 +10,7 @@
     "release": "gulp release",
     "website": "gulp website"
   },
+  "typings": "./monaco.d.ts",
   "repository": {
     "type": "git",
     "url": "https://github.com/Microsoft/monaco-editor"