From d591369ef631d3e9d8b0b5349847680cd2ecb98e Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Tue, 30 Mar 2021 06:20:55 -0400 Subject: [PATCH] fix(types): exclude tsconfig from types folder in publish flow Port of https://github.com/testing-library/react-testing-library/pull/893 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd6f54f..2bcf61a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "files": [ "dist", "add-commands.js", - "types" + "types/*.d.ts" ], "keywords": [ "testing",