From 5e4dda264a7d6a6a1626848e7599faea1ac34922 Mon Sep 17 00:00:00 2001 From: Brad Zacher Date: Mon, 15 Jun 2020 18:54:38 -0700 Subject: [PATCH] fix(experimental-utils): correct types for TS versions older than 3.8 (#2217) --- packages/experimental-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/experimental-utils/package.json b/packages/experimental-utils/package.json index e94079f0996..5ed24642f44 100644 --- a/packages/experimental-utils/package.json +++ b/packages/experimental-utils/package.json @@ -57,7 +57,7 @@ "typesVersions": { "<3.8": { "*": [ - "ts3.4/*" + "_ts3.4/*" ] } }