From 5b81784f66c70bff7bdbae6c96b0bd66e79bb9a0 Mon Sep 17 00:00:00 2001 From: Shuo Zheng Date: Fri, 22 Jul 2016 13:36:10 -0400 Subject: [PATCH] Add typings location to package.json, fixes #47 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 928cba31..f910c858 100644 --- a/package.json +++ b/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"