From a848475d613ede513574c3abe019f057354ecb37 Mon Sep 17 00:00:00 2001 From: Hartaithan Date: Sat, 28 Oct 2023 21:54:52 +0900 Subject: [PATCH] fix: add type declaration to package exports --- 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",