From aeaf05b25cbaf3192b6d5635208b88f2fcab6fc9 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Tue, 22 Dec 2020 20:28:25 +0100 Subject: [PATCH] fix: Explicitly declare path to TS types This lets npmjs.com know that the project has types, and shows a helpful TypeScript icon. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 584a522..d13b883 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.1.1", "description": "Run cron jobs alongside your Fastify server", "main": "dist/index.js", + "types": "dist/index.d.ts", "license": "MIT", "author": { "name": "François Best",