From 2b6262f8795d77bef1fad16e7326249b2974ac30 Mon Sep 17 00:00:00 2001 From: Matan Borenkraout Date: Tue, 30 Mar 2021 12:43:06 +0300 Subject: [PATCH] fix(types): exclude tsconfig from types folder in publish flow --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1d6aa36..fde78a35 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dont-cleanup-after-each.js", "pure.js", "pure.d.ts", - "types" + "types/*.d.ts" ], "keywords": [ "testing",