From bb83d8c540e95701826e31897374227b1e1cc33a Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Tue, 30 Mar 2021 06:32:10 -0400 Subject: [PATCH] fix(types): exclude tsconfig from types folder in publish flow (#923) 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 27747f6e..9327135e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "files": [ "dist", - "types" + "types/*.d.ts" ], "dependencies": { "@babel/code-frame": "^7.10.4",