From 3b5ff6bbcf336de2e8daf4c1d378059b6ac01069 Mon Sep 17 00:00:00 2001 From: BrettCleary <27568879+BrettCleary@users.noreply.github.com> Date: Tue, 8 Jul 2025 22:25:04 -0700 Subject: [PATCH] provide types for module resolution --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 28481c6..fac7d00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hyperplay/utils", - "version": "0.3.17", + "version": "0.3.18", "description": "", "main": "index.js", "scripts": { @@ -19,7 +19,8 @@ "exports": { ".": { "import": "./dist/index.es.js", - "require": "./dist/index.cjs.js" + "require": "./dist/index.cjs.js", + "types": "./dist/index.d.ts" } }, "types": "dist/index.d.ts",