From 6019d8d7252a564c57449b3dfd68c69c875235f8 Mon Sep 17 00:00:00 2001 From: Hartaithan <62736094+Hartaithan@users.noreply.github.com> Date: Mon, 30 Oct 2023 01:38:55 +0900 Subject: [PATCH] fix: add type declaration to package exports (#151) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c9f2b39..028a152 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "exports": { ".": { "require": "./dist/index.js", - "import": "./dist/psn-api.esm.js" + "import": "./dist/psn-api.esm.js", + "types": "./dist/index.d.ts" } }, "author": "Wes Copeland",