From 05a89dda147d09b70be9e6fb43e37a376ca2ddd9 Mon Sep 17 00:00:00 2001 From: Daniel Schuba Date: Mon, 25 Sep 2017 11:44:44 +0200 Subject: [PATCH] Add reference to index typings This way typescript should find typings for this module --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ae940d7..84ce661 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0-3", "description": "Generate files from a RAML document and template functions", "main": "dist/index.js", + "typings": "dist/index.d.ts", "files": [ "bin.js", "bin.d.ts",