From 066e98e3d718a083b869836c9deab6d55229f01c Mon Sep 17 00:00:00 2001 From: Pedro Durek Date: Mon, 16 Nov 2020 18:02:52 -0600 Subject: [PATCH] Fix path for the new type definitions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06563c441..85394ee56 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "typesVersions": { ">=4.1": { "*": [ - "src/ts4.1/*" + "src/ts4.1/index.d.ts" ] } },