From 743045e3dfd3f00c4690acbda9fdeade0393dab6 Mon Sep 17 00:00:00 2001 From: Andrew Branch Date: Fri, 18 Aug 2023 10:22:33 -0700 Subject: [PATCH] Fix path to exports["module"]["types"] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4aa34e..03333c1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "exports": { ".": { "module": { - "types": "./tslib/modules/index.d.ts", + "types": "./modules/index.d.ts", "default": "./tslib.es6.mjs" }, "import": {