From bff8195544f043f8cf664334ec21185e70ec8046 Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Tue, 18 Oct 2022 21:18:52 -0400 Subject: [PATCH] Fix typings with ESM --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fac975d..f7ff0e5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "main": "./dist/index.js", "exports": { "require": "./dist/index.js", - "default": "./dist/index-esm.mjs" + "default": "./dist/index-esm.mjs", + "types": "./dist/index.d.ts" }, "publishConfig": { "access": "public"