Add typings location to package.json, fixes #47

pull/76/head
Shuo Zheng 2016-07-22 13:36:10 -04:00 committed by GitHub
parent 529591c5d3
commit 5b81784f66
1 changed files with 1 additions and 0 deletions

View File

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