From 4dc1c58fbeadc7b0d6a90d1f9e59f70ed6de0427 Mon Sep 17 00:00:00 2001 From: "Marcus S. Abildskov" <8391194+marcus-sa@users.noreply.github.com> Date: Thu, 22 Aug 2019 11:15:12 +0200 Subject: [PATCH] chore(): add typings to package.json Fixes declarations not being resolved. ![Screenshot](https://i.imgur.com/kA8g9Gz.png) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 718bd2229..6b6fd91d7 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.4", "description": "A cross platform library to build native desktop apps.", "main": "dist/index.js", + "typings": "dist/index.d.ts", "files": [ "dist", "config",