From 13a14a1ecb90a073f9d5da4ef57668097a743ef9 Mon Sep 17 00:00:00 2001 From: qijixin2 Date: Mon, 5 Dec 2022 08:23:15 +0800 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 27747f6..9327135 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "files": [ "dist", - "types" + "types/*.d.ts" ], "dependencies": { "@babel/code-frame": "^7.10.4",