From dbcb9186ac46fb1c49d7ef9683bb259792bf7c31 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Fri, 23 Aug 2024 13:08:35 -0700 Subject: [PATCH] fix: include typescript 3.7 itself in typesVersion [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 867dafc0..fc926c66 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "commonjs", "types": "lib/index.d.ts", "typesVersions": { - "<3.7": { + "<=3.7": { "lib/*": [ "lib/ts3.7/*" ]