From 9f9d9f0a20798b6963cdf2675b05dfd1d3949f07 Mon Sep 17 00:00:00 2001 From: Roman Kofman <35267+rkofman@users.noreply.github.com> Date: Mon, 13 May 2024 15:52:18 -0700 Subject: [PATCH] update package.json to export type declaration file (#8) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 24d97bf..fb120c3 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.2.0", "description": "Find books by ISBN", "exports": "./src/index.js", + "types": "./src/index.d.ts", "type": "module", "engines": { "node": ">=20.0.0"