From d908f5b2d56a049ae521ada3f29cb5bf995cbea5 Mon Sep 17 00:00:00 2001 From: Evan Lovely Date: Thu, 2 May 2019 14:18:22 -0700 Subject: [PATCH] fix: include types in module --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c1724c1..7342017 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "files": [ "config.schema.json", "dist", + "index.d.ts", "vendor" ], "commentOnFiles": "we are explicitely including 'vendor' in the 'files' array above so it is present on install without the need to run 'composer install'. ",