From 0ddf1e7a7f33cef1b09eb94c4e3b93d5d262fe97 Mon Sep 17 00:00:00 2001 From: Matthew Kalinin Date: Tue, 27 Aug 2024 17:53:23 +0300 Subject: [PATCH] Types in package.json --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 445f7f5..e6fb351 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,8 @@ "version": "0.0.7", "name": "@mappable-world/mappable-hint", "description": "Hints for Mappable Maps JS API 3.0", + "types": "./dist/types/index.d.ts", + "main": "./dist/esm/index.js", "repository": { "type": "git", "url": "git+https://github.com/mappable-world/mappable-hint.git"