From ee4493d9640d64cec4e16c7588a85182eae2d3e4 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 16 Dec 2024 12:40:21 +0000 Subject: [PATCH] chore(package): explicitly declare types location (#274) Signed-off-by: Frazer Smith --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 34b97f1..8163e67 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Asynchronous bootstrapping of Node applications", "main": "boot.js", "type": "commonjs", + "types": "index.d.ts", "scripts": { "lint": "standard", "lint:fix": "standard --fix",