From 8826fb010db13856c66fcbdc4dce485974418a7e Mon Sep 17 00:00:00 2001 From: Dolan Date: Fri, 7 Jul 2017 14:34:03 +0100 Subject: [PATCH] Added types to package json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3630b57b88..6134eb348c 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "officegen", "clippy" ], + "types": "./build/index.d.ts", "dependencies": { "@types/archiver": "^1.3.2", "@types/express": "^4.0.35",